An open API service indexing awesome lists of open source software.

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.

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`