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

https://github.com/denisecase/dc-nest-api

Nest API example project
https://github.com/denisecase/dc-nest-api

express nest node rest-api

Last synced: 2 months ago
JSON representation

Nest API example project

Awesome Lists containing this project

README

          

# Nest API Example Project

## Links

- [Source](https://github.com/denisecase/dc-nest-api)
- [App]()

## Installation

```pwsh
npm install
```

## Running the app

```pwsh
# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod
```

## Test

```pwsh
# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov
```

## Reference

- [https://nestjs.com](https://nestjs.com/)

## License

This example is [MIT licensed](LICENSE).