Node.js/Express + PostgreSQL forecasting app with AG Grid Enterprise pivot UI. Supports baseline, scale, recode, clone operations on configurable source tables. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=your_database
|
|
DB_USER=your_user
|
|
DB_PASSWORD=your_password
|
|
PORT=3010
|