Skip to content

Todo Server app created using Nest JS (Feature testing project)

Notifications You must be signed in to change notification settings

TheProjectsX/nestjs-todo-app

Repository files navigation

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.

About

Todo Server app created using Nest JS (Feature testing project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published