Um webservice para o backend da semana da computação.
- Postgresql 10.4
- Python 3.6.5
- pyenv
- pipenv
- open shell end load
.env
pipenv shell
- install
python
dependences
pipenv install
pipenv install --dev
cp .env.example .env
pipenv run setupdbdev
pipenv run setupdbtest
pipenv run migrate
pipenv run server
See CHANGELOG.md