This is Murray Backend repository to be used as base for new APIs in our client projects.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov# remove all deps and reinstall from scratch
$ npm run clean
# check for dependencies updates
$ npm run checkThis project is licensed under the MIT License file for details.