Skip to content

Server application for managing data of "Chart of accounts" application, written with Nest.js framework and Typescript.

License

Notifications You must be signed in to change notification settings

OleksandrDanylchenko/chart-of-accounts-server

Repository files navigation

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.

About

Server application for managing data of "Chart of accounts" application, written with Nest.js framework and Typescript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages