<aside> 💡 https://docs.nestjs.com/

https://blog.arcoptimizer.com/introduction-a-nest-js-pour-les-developpeurs-angulaires https://www.freecodecamp.org/news/build-web-apis-with-nestjs-beginners-guide/

</aside>

The Basics

Introduction

NestJS provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled and easily maintainable applications. NestJS combines the best concepts from Object-oriented programming  and Functional reactive programming.

Base file structure

npm i -g @nestjs/cli
nest new project-name

The project (back) is organised like so :

Modules +here

Controller +here

Providers +here

REST API with Nest using CRUD

REST API (backend) CRUD

Introduction to RESTful APIs with NestJS **Create an API Rest With NestJS and PostgreSQL Nest JS REST API CRUD Tutorial NESTJS CRUD generator**