Create .env
file with .env.example
keys in config
folder.
Install dependencies:
poetry install
Activate virtual environment:
poetry shell
Make database migrations:
python manage.py migrate
Create superuser for admin panel access:
python manage.py createsuperuser
Run server:
python manage.py runserver
With superuser credentials you can sign in admin panel http://localhost:8000/admin/
For testing API you can follow the link http://localhost:8000/graphql/