Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 428 Bytes

Simple TODO App (Backend) with Authentication

This app was created using Nest JS as a Test project.

How to Use:

  • Fill Up the .env.example
  • Run:
npm install
npm run start:dev

Future Notes:

  • *.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.