Api Backend Requirements python >= 3.9 Preparing the environment Create your python environment (Linux) python3 -m venv env source env/bin/activate install dependencies pip install -r requirements.txt Run migrations python manage.py makemigrations python manage.py migrate Run server python manage.py runserver Api Documentation http://localhost:8000/redoc/ http://localhost:8000/swagger/