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

https://github.com/deadmanshadow/web-flask

Code for the note storing flask web app.
https://github.com/deadmanshadow/web-flask

django flask python python3

Last synced: about 2 months ago
JSON representation

Code for the note storing flask web app.

Awesome Lists containing this project

README

          

# Web-Flask by using Django

## 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`