The backend of shargea made with Nest.
nestjs-shargea is the backend of shargea made with Nest. Shargea is an expense manager app.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# test coverage
$ npm run test:cov
Documentation is available here
# generate documentation
$ npx compodoc -p tsconfig.json -s
nestjs-shargea is an MIT-licensed open source project.
- Author - Denis Hamann
- Website - https://shargea.com
nestjs-shargea is MIT licensed.