In this post and the next posts, I will demonstrate how to kickstart a simple RESTful APIs with NestJS from a newbie’s view.
As described in the Nestjs website, Nestjs is a progressive Node.js framework for building efficient, reliable and scalable server-side applications.
Nestjs combines the best programming practice and the cutting-edge techniques from the NodeJS communities.
If you are new to Nestjs like me but has some experience of Angular or Spring WebMVC, bootstrap a Nestjs project is really a piece of cake.
#rest-api #nestjs #api