Nest framework TypeScript starter repository.
- Converting Node Express Submitted Test to NestJS
- Testing,
Integration testing
usually NestJs call it End to End Testing but actually they are Integration Test. - Connecting to Oracle DB
- Using TypeOrm for Designing Tables
- Using Kafka for Message Queuing
- Caching Most Frequent Accessed Data using REDIS
- Third-party API Integration over http
- Error Handling in the application
$ npm install
# development
$ npm run start:dev
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - [NYAKAMWE Aimable]
- Website - https://nyakamwe.vercel.app/