Skip to content

AlexeyGurtovenko/rest-api-with-swagger

Repository files navigation

Description

REST API implemented with Nest.js and Swagger as an example application for the article.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

REST API implemented with Nest.js and Swagger as an example application for the article (https://habr.com/ru/post/668340).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published