Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 962 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 962 Bytes

deploy status code style: black

Swagger UI at https://api.decidel.ca/v1/docs

Front-end at https://decidel.ca

View the Roadmap on Trello.

DEVELOPMENT

Setup

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

Run

redis-server
. venv/bin/activate
FLASK_APP=decidel FLASK_ENV=development flask run

Deployment

See these instructions for initial setup.

Actual deployment is handled by the Deploy Action.