Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 862 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 862 Bytes

Nest Logo

Description

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.

Endpoints

List of the all endpoints with documentation: https://chart-of-accounts-server.herokuapp.com/api

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Application is MIT licensed.