To run the project, you need to create an .env' file. For convenience, the root of the project contains a file with an example .env_example. You need to create an .envfile that inherits the contents of the.env_example` file.
Run command in shell:
docker-compose up -d --build appRun command in shell:
python app/manage.py migrate