terraform-docker-modules/ ├── modules/ │ ├── docker-container/ # Docker container module │ └── ecs-fargate/ # AWS ECS Fargate module ├── examples/ │ ├── 01-basic-docker/ # Basic Docker example │ ├── ...
This repository provides a template for building full-stack web applications using FastAPI for the backend and NiceGUI for the frontend. It includes a complete setup for a PostgreSQL database, JWT ...