complete rule engine and booking flow

This commit is contained in:
marshal
2026-05-30 11:52:50 +03:00
parent 7bbb95e9fd
commit badeeff345
15 changed files with 575 additions and 348 deletions

View File

@@ -2,12 +2,12 @@
NODE_ENV=development
PORT=3002
# Database
# Database (local Docker: run `pnpm dev:db` from edr-platform, then copy to .env)
DB_HOST=localhost
DB_PORT=5434
DB_NAME=edr_passenger
DB_USER=postgres
DB_PASSWORD=
DB_PASSWORD=postgres
# JWT (provided by external auth package — placeholder only)
JWT_SECRET=