Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliabdev11/notes_webapp
Code for the note storing flask web app
https://github.com/aliabdev11/notes_webapp
Last synced: 11 days ago
JSON representation
Code for the note storing flask web app
- Host: GitHub
- URL: https://github.com/aliabdev11/notes_webapp
- Owner: AliAbDev11
- Created: 2024-06-07T00:08:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T17:01:25.000Z (4 months ago)
- Last Synced: 2024-07-17T20:58:41.991Z (4 months ago)
- Language: HTML
- Homepage: https://notes-webapp-tnti.onrender.com/login
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- 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`