Mini Bank API (very tiny) 😎.
$ npm install
# dev
$ npm run start:dev
# debug
$ npm run start:debug
# unit tests
$ npm run test
# e2e tests (also includes a little integration test)
$ npm run test:e2e
- Date audit fields automatically insert on create or update an entity (createdAt, updatedAt).
- Mock repositories to increase coverage on unit testing.
- Insert currentBalance field directly on BBDD.