Personal Finance Tracking Application.
Personal Finance Tracking Web Application written in NestJS (backend).
- Expense
- Income
- Account
- Reports
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is MIT licensed.