To run the application:

  1. Set the environment variables:
    • SECRET_KEY
    • DB_NAME
    • DB_PASSWORD
    • DB_HOST
    • DB_PORT
    • ALLOWED_HOSTS
  2. 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
  1. Install project's dependencies:
$ poetry install