You may also like ☞ How to Build RESTful APIs with NestJS
In this tutorial I will try to explain how to create an API Rest with NestJS framework.
NestJS is a framework for building NodeJS server-side applications, it uses progressive JavaScript, is built and support TypeScript but let developers to code in pure JavaScript, but in this case we use TypeScript.
NestJS combine OOP(Oriented Object Programing), FP(Functional Programing) and FRP (Functional Reactive Programing).
NestJS makes use of the Express library, so every technique for using the MVC (Model-View-Controller) pattern in Express applies to NestJS as well.
Please make sure that Node.js (>= 10.13.0) is installed on your operating system.
#nestjs #api #javascript #typescript