A e-library system built with Nest.js.
- Node.js: v16
- npm: 8
- PostgreSQL: 15
- AWS s3
- smtp AWS
- Database Name: iese
To install the required dependencies, run the following command:
npm install
To seed the database with initial data, use the following command:
npm run seed:run:dev
To start the application in development mode, run the following command:
npm run start:dev
npm run typeorm migration:generate ./src/db/migrations/migrate npm run typeorm migration:run
@Column({ type: "text", nullable: false, default: '' }) test123: string;