Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 288 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 288 Bytes

Flask Web App Tutorial

Setup & Installation

Make sure you have the latest version of Python installed.

git clone <repo-url>
pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000