Skip to content

BasingGit/flask-html-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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!

About

Flask app with html on Vercel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 71.6%
  • HTML 19.0%
  • Python 9.4%