A FastAPI application integrated with PostgreSQL.
- Docker
- Docker Compose
- Create a
.envfile in the root directory with the required database credentials (e.g.,POSTGRES_USER,POSTGRES_PASSWORD,POSTGRES_DB). - Build and start the containers:
docker compose up -d --build