/clean-rest-api-with-nestjs

Example of clean REST API with NestJS

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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.