To run the application:
- Set the environment variables:
- SECRET_KEY
- DB_NAME
- DB_PASSWORD
- DB_HOST
- DB_PORT
- ALLOWED_HOSTS
- Install poetry. Recommended way:
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Alternative way (not recommended):
$ pip install --user poetry
- Install project's dependencies:
$ poetry install