Nest JS REST API Tutorial
Getting started
The first things you'll need are:
Node installed
Your favourite Code Editor/IDE
Once you have those setup, let us get started with nest.
Install the nest js CLI:
npm i -g @nestjs/cli
Now we can use this to bootstrap our nest projec...
blog.devsharma.live3 min read