Server application for managing data of "Chart of accounts" application, written with Nest.js framework and Typescript.
Has the whole kit of CRUD operations over data categories: Accounts, Synthetic accounts, Sub-accounts.
Implemented JWT-tokens based authentication system to gain access to data modification enpoints.
List of the all endpoints with documentation: https://chart-of-accounts-server.herokuapp.com/api
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Application is MIT licensed.