Introduction

This would be a series of articles and in this article, we would talk about NestJS, its background, installation, and how it can be used to build APIs.

It will cover the following things,

What is NestJS?

Background

Installation

$ npm i –g @nestjs/cli

Hands-on Lab – Create a sample NestJS project

Steps to be followed,

nest new nestjs-demo

cd nestjs-demo

Overview and Explore NestJS

Overview and Explore NestJS

In this article, we talked about the overview and basic implementation of NestJS, in the next article, we would talk about all the out-of-the-box files in detail and create a few custom APIs

Stay tuned for the next series of articles, hope you see you guys again soon.

Happy learning!