Yudhass / Flask-App-CodingCrafYT

Deployed Vercel Link

Home Page:https://flask-app-jade.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Deployed Vercel Link

https://flask-app-jade.vercel.app


Languages

Language:CSS 75.9%Language:HTML 20.0%Language:Python 4.1%