From 86ed98956aa16fc22ccc850d055b5aeeda677452 Mon Sep 17 00:00:00 2001 From: Abhishek Mallick Date: Mon, 14 Oct 2024 04:59:44 +0530 Subject: [PATCH] docs: Minor fixes --- template/FullStack/Vite(Frontend)+Flask(Backend)/README.md | 1 + .../Templates/FullStack/2.Vite(Frontend)+Flask(Backend).md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/template/FullStack/Vite(Frontend)+Flask(Backend)/README.md b/template/FullStack/Vite(Frontend)+Flask(Backend)/README.md index 224c9e7..475833d 100644 --- a/template/FullStack/Vite(Frontend)+Flask(Backend)/README.md +++ b/template/FullStack/Vite(Frontend)+Flask(Backend)/README.md @@ -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 diff --git a/website/content/Templates/FullStack/2.Vite(Frontend)+Flask(Backend).md b/website/content/Templates/FullStack/2.Vite(Frontend)+Flask(Backend).md index 7f59276..8bacd2c 100644 --- a/website/content/Templates/FullStack/2.Vite(Frontend)+Flask(Backend).md +++ b/website/content/Templates/FullStack/2.Vite(Frontend)+Flask(Backend).md @@ -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