Skip to content

jpmunz/decidel-flask

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages