Accounting App REST API
July 18, 2022 ยท View on GitHub
Simple secure accounting API allowing users to add their income and expenses.
Tech Stack
- NodeJS
- NestJS (With Express.js)
- PostgreSQL
- TypeORM
- Swagger
Demo
https://cb-accounting-app-api.herokuapp.com/
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Stay in touch
- Author - Christian Balola
- Website - chrisbalola.com
- Twitter - @chrisbalola
- LinkedIn - @chrisbalola