This is a Django REST framework project.
First, launch Docker container with VSCode Remote Container, then run the development server:
poetry shell
python manage.py migrate
python manage.py runserver
Open http://localhost:8000 with your browser to see the result.