Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daniloab/nestjs-crud-backend

nestjs crud backend
https://github.com/daniloab/nestjs-crud-backend

Last synced: about 1 month ago
JSON representation

nestjs crud backend

Awesome Lists containing this project

README

        

## NestJS crud backend
Having some fun with nestjs crud backend

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

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```