Description
In this course you will learn
- NestJS from the ground up which means that we’ll go through all steps which are necessary to get NestJS installed, create a new NestJS project from scratch and implement a first example from start to finish.
- NestJS is a progressive Node.js framework for building efficient, reliable and scalable server-side applications. The framework fully supports TypeScript and under the hood it makes use of the Node.js framework Express.
- NestJS introduces another level of abstraction on top of Node.js and Express and further helps you to structure your back-end codebase.