https://github.com/piotrfleury/todo_api_nest
First NestJs simple todo API
https://github.com/piotrfleury/todo_api_nest
Last synced: 3 months ago
JSON representation
First NestJs simple todo API
- Host: GitHub
- URL: https://github.com/piotrfleury/todo_api_nest
- Owner: PiotrFLEURY
- Created: 2023-07-16T16:41:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T05:36:06.000Z (about 1 year ago)
- Last Synced: 2024-12-28T05:25:38.955Z (4 months ago)
- Language: TypeScript
- Size: 471 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
First NestJs simple todo API implementation base on [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
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```