https://github.com/deadmanshadow/web-flask
Code for the note storing flask web app.
https://github.com/deadmanshadow/web-flask
django flask python python3
Last synced: about 2 months ago
JSON representation
Code for the note storing flask web app.
- Host: GitHub
- URL: https://github.com/deadmanshadow/web-flask
- Owner: deadmanShadow
- Created: 2024-01-14T16:43:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T14:08:32.000Z (over 2 years ago)
- Last Synced: 2025-01-21T20:48:48.242Z (over 1 year ago)
- Topics: django, flask, python, python3
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Flask by using Django
## 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`