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.
- Host: GitHub
- URL: https://github.com/wasth/kanban-rest-api
- Owner: Wasth
- Created: 2019-07-12T11:02:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T18:45:42.000Z (about 6 years ago)
- Last Synced: 2025-12-13T02:51:01.142Z (6 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`