Deployed Link: Live Demo
Project Walkthrough: YouTube Tutorial
Vercel: Learn More About Vercel
- Flask
- Python 3.9
- Any additional libraries you used
project-root/
│
├── app.py
├── vercel.json
├── requirements.txt
├── static/
│ ├── css/
│ │ └── style.css
│ ├── js/
│ │ └── script.js
│ └── images/
│
└── templates/
└── index.html
- Clone Repo:
git clone https://github.com/CodingCraftYT/Flask-App.git
- Install Dependencies:
cd project-root && pip install -r requirements.txt
- Run Locally:
python app.py
Feel free to reach out with questions or contribute to this project!