8000 GitHub - delitamakanda/treelo: trello-like (reactjs, flask)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

delitamakanda/treelo

Repository files navigation

treelo

trello-like

React JS in frontend

npm install

npm start

Python Flask in backend

virtualenv venv

source venv/bin/activate

## exit venv
exit venv

# run debug server
python manage.py server

# create db
python manage.py db init

# scan all new tables and columns
python manage.py db migrate -m "initial migration"

# apply migrations
python manage.py db upgrade

Treelo API

About

trello-like (reactjs, flask)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0