This commit is contained in:
2026-03-19 14:36:35 +07:00
parent 6d7d86befd
commit 96635dbcf2
28 changed files with 4332 additions and 1683 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# Environment
NODE_ENV=development
# Server
PORT=3000
SESSION_SECRET=your-secret-key-change-this-in-production
# Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=postgres
DB_USER=postgres
DB_PASSWORD=postgres
# Admin credentials for first login
ADMIN_EMAIL=admin@example.com
ADMIN_PASSWORD=admin123