This commit is contained in:
2026-02-01 16:02:18 -06:00
commit 73e81442cc
17 changed files with 3952 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=quoteuser
DB_PASSWORD=your_secure_password_here
DB_NAME=quotes_db
# Server Configuration
PORT=3000
NODE_ENV=production