/locks-api

Sample Api done with Nestjs and exposed through Swagger

Primary LanguageTypeScript

Description

  • This is a Locks API written in Typescript and Nestjs(a robust framework for Nodejs)

Demo

Installation

$ npm install

or

$ yarn

Running the app

# development
$ npm run start

$ yarn start

# watch mode
$ npm run start:dev

$ yarn start:dev

# production mode
$ npm run start:prod


$ yarn start:prod

Test

# unit tests
$ npm run test


$ yarn test

# e2e tests
$ npm run test:e2e


$ yarn test:e2e

# test coverage
$ npm run test:cov

$ yarn test:cov