This app was created using Nest JS as a Test project.
- Fill Up the
.env.example
- Run:
npm install
npm run start:dev
*.module.ts
is like the main file (index.ts)*.controller.ts
is to Control the Request and Response (Receive and Response)*.service.ts
runs (contains) the functions to perform route task.