- Express + EJS server-rendered app - Supabase PostgreSQL database - Auth: username/password with bcrypt - Dashboard with business stats - Load CRUD with filters - WhatsApp message parser - Payment tracking - Shipper & vehicle management - Reports (monthly, top shippers, routes) - Government-app aesthetic (tricolor theme) - Dark mode support - Docker + Coolify deployment ready - Seed data from existing business ledger (88 loads, 41 shippers, 70 vehicles)
9 lines
239 B
Text
9 lines
239 B
Text
NODE_ENV=development
|
|
PORT=3000
|
|
APP_URL=http://localhost:3000
|
|
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_KEY=your-anon-key
|
|
SUPABASE_SERVICE_KEY=your-service-role-key
|
|
|
|
SESSION_SECRET=change-this-to-a-random-string-in-production
|