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)
- Host: GitHub
- URL: https://github.com/theprojectsx/nestjs-todo-app
- Owner: TheProjectsX
- Created: 2024-10-23T12:43:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:03:16.000Z (over 1 year ago)
- Last Synced: 2025-04-06T18:51:03.336Z (about 1 year ago)
- Language: TypeScript
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.