Swagger UI at https://api.decidel.ca/v1/docs
Front-end at https://decidel.ca
View the Roadmap on Trello.
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
Make sure redis is installed
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
redis-server
. venv/bin/activate
FLASK_APP=decidel FLASK_ENV=development flask run
See these instructions for initial setup.
Actual deployment is handled by the Deploy Action.