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

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

Awesome Lists containing this project

README

        


Nest Logo

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