- pip install pipenv
- pipenv shell
- pipenv install
- pipenv gunicorn -b :8081 "app.app:create_app()"
- docker-compose up
- Change 'host' value on database.ini file from 'postgresdb' to 'localhost'
- docker-compose up postgrestdb (db is needed to run tests)
- pipenv run pytest