This repository is to be used for learning purposes. The Mocked API provides endpoints with slightly modified sample data.
This mock is built using Nest.js framework.
$ 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