https://github.com/sajjadmrx/todo-nestjs
https://github.com/sajjadmrx/todo-nestjs
nest nestjs nodejs todo typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sajjadmrx/todo-nestjs
- Owner: sajjadmrx
- Created: 2022-02-21T11:05:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T07:50:43.000Z (about 3 years ago)
- Last Synced: 2025-02-13T19:41:25.803Z (3 months ago)
- Topics: nest, nestjs, nodejs, todo, typescript
- Language: TypeScript
- Homepage:
- Size: 455 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
Todo List - NestJS
# Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```
# document
Backend:
[Postman](https://github.com/sajjadmrx/todo-nestJs/tree/main/Postman)Frontend: (Coming soon 🚀)