Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajjadmrx/todo-nestjs
https://github.com/sajjadmrx/todo-nestjs
nest nestjs nodejs todo typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sajjadmrx/todo-nestjs
- Owner: sajjadmrx
- Created: 2022-02-21T11:05:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T07:50:43.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T18:12:17.233Z (almost 2 years ago)
- Topics: nest, nestjs, nodejs, todo, typescript
- Language: TypeScript
- Homepage:
- Size: 455 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
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 🚀)