Learn NestJs by building a CRUD REST API with end-to-end tests using modern web development techniques. NestJs is a rapidly growing node js framework that helps build scalable and maintainable backend applications. In this course, we build a bookmarks API from scratch using nestJs, docker, postgres, passport js, prisma, pactum and dotenv.
yarn or npm install // To install dependencies
yarn db:dev:restart or npm run db:dev:restart // To start postgres in docker and push migrations
yarn start:dev or npm run start:dev // To start api in dev mode