Python, Django, PostgreSQL, Docker
It shows that it's possible to design and run a fully-fledged Restful API only with Django (without any extra library such as the Django REST framework). It has Class base views and function base views.
first convert .evn_copy
to .env
then for the first run execute:
docker-compose up --build -d
after that for running the app:
docker-compose up -d