- JWT-authentication
- actions with User model
- registration/login
- testing
- change .env.example to .env and change example variables to real
docker compose up --build
- run brunette:
brunette --config=setup.cfg app
- run isort:
isort --sp=setup.cfg app
- run flake8:
flake8 --config=setup.cfg
- tun mypy:
mypy --config-file=setup.cfg app
pytest
in root
- for format and run tests:
nox
in root