/accounting-app-api

Simple accounting API allowing users to add their income and expenses. Tech Stack: NodeJS, NestJS, Express.JS, TypeScript, TypeORM, PosgreSQL.

Primary LanguageTypeScript

Accounting App REST API

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