Introduction

This would be a series of articles, in this article, we would talk about out-of-box files code explanation and implement new custom APIs (to be covered in the next article)

It will cover the following things,

In-depth Explanation - Out-of-the-box files

Open Visual Code and see the project structure with the following files,

Explaining NestJS In-depth

main.ts

Explaining NestJS In-depth

app.module.ts

Explaining NestJS In-depth

app.controller.ts

Explaining NestJS In-depth

app.services.ts file

Explaining NestJS In-depth

In this article, we talked 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!