Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 640 Bytes

File metadata and controls

32 lines (22 loc) · 640 Bytes

Project api



Start local project

Create env

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.

Docker containers up

Run command in shell:

docker-compose up -d --build app

Migrate db

Run command in shell:

python app/manage.py migrate