025f114828cd16d7ffccb845d6d0f3eafe8bd05d
- 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.
Aero Resolve - Backend
This is the backend REST API powered by NestJS.
🚀 Getting Started
Prerequisites
- Node.js (v18+)
Installation
- Navigate to the backend directory (if you aren't already here):
cd backend - Install the dependencies using npm:
npm install
Development
Start the local development server in watch mode:
npm run dev
Build for Production
To compile the NestJS application:
npm run build
Languages
TypeScript
99.7%
JavaScript
0.3%