Nest JS with Sequelize Postgres #10

In this playlist, we will talk about microservices development with 12 factor app 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
Back to Top