Skip to content

nyakamwe/nyakamwe-ewallet-nestjs

Repository files navigation

Improved Tekana Wallet Challenge 🎉.

Pass Status Coverage Status

Description

Nest framework TypeScript starter repository.

Covered Topics:

  1. Converting Node Express Submitted Test to NestJS
  2. Testing, Integration testing usually NestJs call it End to End Testing but actually they are Integration Test.
  3. Connecting to Oracle DB
  4. Using TypeOrm for Designing Tables
  5. Using Kafka for Message Queuing
  6. Caching Most Frequent Accessed Data using REDIS
  7. Third-party API Integration over http
  8. Error Handling in the application

Installation

$ npm install

Running the app

# development
$ npm run start:dev

Test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch