This tutorial demonstrates a full stack application using Django, FastAPI and Next.js suitable for hosting in Docker-type containers.
Ensure you have a working Docker and docker-compose locally.
To run the stack locally just launch via docker-compose.
docker-compose up -d
You can read the full step by step explanation and tutorial if you wish to re-create it for learning purposes.