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

https://github.com/distributed-lab/nest-template


https://github.com/distributed-lab/nest-template

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# nest-template

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```

## Test

```bash
# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

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

# Build
```bash
docker build -f Dockerfile.api . -t api
```

## License

[MIT licensed](LICENSE).