Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizatinku/flask_101
https://github.com/lizatinku/flask_101
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lizatinku/flask_101
- Owner: lizatinku
- License: mit
- Created: 2024-11-05T08:16:43.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T08:20:11.000Z (2 months ago)
- Last Synced: 2024-11-05T09:25:26.775Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basics of a Flask Web App
## 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
```
python main.py## Viewing The App
Go to http://127.0.0.1:5000