todo: Authorization
This is the core service of Subssum App. The API currently support all the functionalities that powers the app.
First, clone the repo to your working directory. Make sure you have pnpm globally installed on your system. Run the below command
$ pnpm install
$ pnpm run husky:install
# development/watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ pnpm test
# e2e tests
$ pnpm test:e2e
# test coverage
$ pnpm test:cov