Nest JS Unit Tests for Controllers and services

Опубликовано: 09 Октябрь 2024
на канале: IndiTechCoder
3,854
25

In this playlist, we will talk about microservices development with 12 factor app
https://github.com/tkssharma/12-facto...
We are using nestjs
we will build nestjs app from zero
we will make nestjs app having everything setup
docker with nestjs and test setup with jest
linting using eslint
migration with typeorm
postgres database with nestjs/typeorm
nestjs with postgres sequelize
nestjs with knex and postgres
nestjs with postgres and typeorm

Once we are done with basic setup with all above
we will 12 factor principles to this application
I. Codebase
II. Dependencies
III. Config
IV. Backing services
V. Build, release, run
VI. Processes
VII. Port binding
VIII. Concurrency

We are writing test cases unit and integration and wil setup CI/CD
to deploy application to heroku with postgres