An open API service indexing awesome lists of open source software.

https://github.com/theprojectsx/nestjs-todo-app

Todo Server app created using Nest JS (Feature testing project)
https://github.com/theprojectsx/nestjs-todo-app

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

```bash script
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.