next-django-fastapi-fullstack-tutorial

This tutorial demonstrates a full stack application using Django, FastAPI and Next.js suitable for hosting in Docker-type containers.

Pre-requisite

Ensure you have a working Docker and docker-compose locally.

Running

To run the stack locally just launch via docker-compose.

docker-compose up -d

Learn more

You can read the full step by step explanation and tutorial if you wish to re-create it for learning purposes.