https://github.com/major0001/flask_web_app
https://github.com/major0001/flask_web_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/major0001/flask_web_app
- Owner: major0001
- Created: 2023-12-18T15:39:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T15:51:39.000Z (over 1 year ago)
- Last Synced: 2024-12-25T11:37:53.625Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Web App Tutorial
## Setup & Installation
Make sure you have the latest version of Python installed.
```bash
git clone
``````bash
pip install -r requirements.txt
```## Running The App
```bash
python main.py
```## Viewing The App
Go to `http://127.0.0.1:5000`