This is a basic Django Rest API application where you can create and view blogposts
The main thing to know here is the packging and deployment part.
It includes -
- Nginx - for reverse proxy
- Gunicorn with ASGI
- MariaDB running in seperate contianer
- Serving on https (self signed cert for now)
Please update your values in .env file and certs in certs dir
docker compose build
docker compose up