Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 765 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 765 Bytes

Murray Rothbot Logo

Description

This is Murray Backend repository to be used as base for new APIs in our client projects.

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

Extras

# remove all deps and reinstall from scratch
$ npm run clean

# check for dependencies updates
$ npm run check

License

This project is licensed under the MIT License file for details.