Add Docker Compose, environment example, and README

This commit is contained in:
mberlin
2026-03-18 15:01:04 -03:00
parent 9d4fc09c51
commit 56a926b10b
3 changed files with 133 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=planner
# Application
PORT=3000
NODE_ENV=development