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

https://github.com/imbryan/to-do

To-do Flask application for code challenge.
https://github.com/imbryan/to-do

Last synced: over 1 year ago
JSON representation

To-do Flask application for code challenge.

Awesome Lists containing this project

README

          

## Use

* Flask
* Flask-SQLAlchemy

## Install

```
In Terminal:
pip (or pip3) install -r requirements.txt (this depends on how your system is set up)
```
## Run

```
In Terminal:
python (or python3) app.py (this depends on how your system is set up)
```