(An intent of an) opinionated RESTful Flask for big applications.
In development...
Logo and some icons made by Freepik from Flaticon, licensed by CC 3.0 BY.
# clone repository
git clone git@github.com:eReuse/teal.git
# prepare venv & install dependencies
export ENV_NAME='env'
python3 -m venv $ENV_NAME
source $ENV_NAME/bin/activate
pip install wheel pytest==3.7.2
pip install -r tests/requirements.txt
# run it
pytest --maxfail=5 tests/