https://github.com/ethanhduc/flask-web-app
https://github.com/ethanhduc/flask-web-app
flask html javascript python
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethanhduc/flask-web-app
- Owner: ethanhduc
- Created: 2024-09-10T05:20:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T18:05:34.000Z (almost 2 years ago)
- Last Synced: 2025-10-08T08:01:40.403Z (9 months ago)
- Topics: flask, html, javascript, python
- Language: HTML
- Homepage:
- Size: 39.1 KB
- 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
```
## Install Flask
```bash
pip install flask
```
```bash
pip install flask-login
```
```bash
pip install flask-sqlalchemy
```
## Running The App
```bash
python main.py
```
## Viewing The App
Go to `http://127.0.0.1:5000`