...
- Build project
cd api docker compose build- Run migrations
make container-django-shell python manage.py makemigrations python manage.py migrate- Create superuser
make container-django-shell python manage.py createsuperuser- Create network
docker network create anri_main- Run application
docker compose upBefore you commit, set pre-commit.
pre-commit installYou can check all routes using swagger(http://localhost:8000/api/v1/swagger/) or redoc(http://localhost:8000/api/v1/redoc/)