Skip to content

CodingCraftYT/Flask-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Awesome Flask Project

A step-by-step tutorial for deploying Flask apps to the live web using Vercel.

Deployed Link: Live Demo

Project Walkthrough: YouTube Tutorial

Technologies Used:

  • Flask
  • Python 3.9
  • Any additional libraries you used

Folder Structure (Highlighted):

project-root/ │ ├── app.py ├── vercel.json ├── requirements.txt ├── static/ │ ├── css/ │ │ └── style.css │ ├── js/ │ │ └── script.js │ └── images/ │ └── templates/ └── index.html 

How to Clone & Run:

  1. Clone Repo: git clone https://github.com/CodingCraftYT/Flask-App.git
  2. Install Dependencies: cd project-root && pip install -r requirements.txt
  3. Run Locally: python app.py

Ending:

Feel free to reach out with questions or contribute to this project!

Releases

No releases published

Packages

No packages published