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

https://github.com/qvil/nest-rest

REST API using NestJS
https://github.com/qvil/nest-rest

Last synced: 2 months ago
JSON representation

REST API using NestJS

Awesome Lists containing this project

README

          

# Nest REST


Nest Logo

## Description

REST API using NestJS

## Installation

```bash
$ npm install
```

## Docker

```bash
docker-compose up -d
```

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

## License

MIT