Skip to content

Commit

Permalink
docs: Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-Mallick committed Oct 13, 2024
1 parent 20e7c4d commit 86ed989
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/FullStack/Vite(Frontend)+Flask(Backend)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This is a full stack project template using Vite for the frontend and Flask for
GITHUB_CLIENT_ID=YOUR_GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET=YOUR_GITHUB_CLIENT_SECRET
```
Follow this documentation to get the Github_ClientId and Github_ClientSecret: [Github OAuth](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)
6. Start the server:
```sh
flask run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The **FullStack Template: Vite + Flask** is a starter template for building web
- **Frontend**: Built with **Vite**, **React**, and **Tailwind CSS** for styling.
- **Backend**: The backend is built with **Flask** and connects to a **MongoDB** database through **PyMongo**. It defines several API routes for user actions like signing up and logging in.

## Screenshots

![image-signup](https://github.com/user-attachments/assets/f1b4d476-e022-4098-8bb4-e81f7c045122)
![image-github](https://github.com/user-attachments/assets/d797cbbb-c6c4-4189-bd37-99d45e149afe)
![image-success](https://github.com/user-attachments/assets/8248f80e-927d-4f5f-a7b1-32074a3bf78d)

## Technologies Used

### Frontend
Expand Down

0 comments on commit 86ed989

Please sign in to comment.