Implemented a full-stack template combining Next.js (frontend), FastAPI (backend), and PostgreSQL. Included Docker configurations for development and production, environment file templates, Makefile commands, and initial setup for database migrations and builds. The stack is production-ready and supports hot-reloading for local development.
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
node_modules
|
|
.next
|
|
*.log
|
|
.git
|
|
.env*
|
|
.dockerignore
|
|
Dockerfile |