For a step-by-step walkthrough, watch the video tutorial.
- An IDE with the Dev Containers extension installed (e.g. Visual Studio Code)
- Docker Desktop installed and running
- Open the project in your IDE (preferably VS Code)
- When prompted, click "Reopen in Container" or press
F1and select Dev Containers: Rebuild and Reopen in Container - Once the container is built and running, open a terminal in your IDE and execute the following command:
uvicorn app.main:app --host 0.0.0.0 --port 80 --reload
After the application is running, access the API documentation at:
- Swagger UI: http://localhost/docs