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

https://github.com/wasth/kanban-rest-api

Boards, lists, tasks and all that stuff.
https://github.com/wasth/kanban-rest-api

Last synced: 6 days ago
JSON representation

Boards, lists, tasks and all that stuff.

Awesome Lists containing this project

README

          

# Kanban REST API
###### Almost REST. And, please, don't pay attention on name.

### Installation
- #### Install and activate your virtual enviroment(optional)
- #### Instal Flask
`pip install Flask==1.1.1`
- #### Set variables
Windows
`cd path/to/project`
`set FLASK_APP=todoapi`
- #### Init DB(you can use this to clear DB)
`flask init-db`
- #### Run App
`flask run`