.. | ||
dto | ||
entities | ||
contracts.controller.ts | ||
contracts.module.ts | ||
contracts.service.ts | ||
README.md |
Contract Module
- This module demonstrates using:
- CRUD
- TypeORM: MySQL
- TypeORM Repository
- No QueryBuilder
- TypeOrmModule.forFeature & TypeOrmModule.forRoot{ autoLoadEntities: true }
- The Entities
- DB and Web-API entities are shared