- Use
pipenv
to create virtualenv:pipenv --python 3.12 pipenv shell pipenv install --dev
- Init database:
make init
- Run migrations:
make migrate-forwards
Turn on pipenv shell and run:
make run
Navigate to http://127.0.0.1:8000/docs#/ to check API endpoints definitions.