Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`