https://github.com/aliabdev11/notes_webapp
This web application, built with Flask and SQLite, allows users to efficiently manage their personal notes. It provides an intuitive interface to add, delete, and list notes, ensuring a simple yet effective way to organize important information. Users can create new notes, view a list of all saved notes, and easily delete notes they no longer need.
https://github.com/aliabdev11/notes_webapp
fla flask-application flask-backend flask-login flask-sqlalchemy flask-web
Last synced: 3 months ago
JSON representation
This web application, built with Flask and SQLite, allows users to efficiently manage their personal notes. It provides an intuitive interface to add, delete, and list notes, ensuring a simple yet effective way to organize important information. Users can create new notes, view a list of all saved notes, and easily delete notes they no longer need.
- Host: GitHub
- URL: https://github.com/aliabdev11/notes_webapp
- Owner: AliAbDev11
- Created: 2024-06-07T00:08:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T16:55:52.000Z (over 1 year ago)
- Last Synced: 2025-11-13T08:13:44.463Z (7 months ago)
- Topics: fla, flask-application, flask-backend, flask-login, flask-sqlalchemy, flask-web
- Language: HTML
- Homepage: https://notes-webapp-tnti.onrender.com/login
- Size: 41 KB
- Stars: 0
- 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`