clean-rest-api-with-nestjs icon indicating copy to clipboard operation
clean-rest-api-with-nestjs copied to clipboard

Example of clean REST API with NestJS

Clean REST API with NestJS

Nest Logo

Description

Example of rest api created with NestJS

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

MIT licensed.