https://github.com/amruthlp12/flasknotes-app
https://github.com/amruthlp12/flasknotes-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amruthlp12/flasknotes-app
- Owner: AmruthLP12
- Created: 2024-06-12T04:54:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T08:16:51.000Z (over 1 year ago)
- Last Synced: 2025-03-06T05:33:10.402Z (10 months ago)
- Language: HTML
- Homepage: https://flasknotes.vercel.app/
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
## Viewing The App
Go to `http://127.0.0.1:5000`