Commit Graph
5 Commits
Author SHA1 Message Date
azeeee05 18454d5197 refactor: reorganize environment configurations by replacing global .env with environment-specific files and updating npm scripts accordingly 2026-07-09 14:39:05 +05:30
azeeee05 44afa45f7a feat: implement master data module with CRUD services and entity support for common lookup tables 2026-07-08 11:11:58 +05:30
waseem khadri 46e4a0ed81 feat: update environment configuration and add support for multiple environments 2026-07-07 16:57:36 +05:30
waseem khadri 025f114828 feat: integrate PostgreSQL with TypeORM and update app configuration
- Added @nestjs/typeorm and pg dependencies for PostgreSQL support.
- Configured TypeORM in app.module.ts to connect to PostgreSQL using environment variables.
- Enhanced main.ts to log database connection details during bootstrap.
- Removed unused disruption module, controller, service, and demo data.
2026-07-07 15:32:03 +05:30
azeeee05 3b4d2ae43e Base code 2026-07-06 13:16:46 +05:30