Backend repository for Zafo project
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodOnce project is running, swagger is awailable at http://localhost:3000/apidoc
No useful tests have been written as of yet, only boilerplate code
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covWIP