# backend-store

Backend store manages business logic functions in Node.js backend application.

* It allows to define functions and to call them each other through the store
* It allows to use custom middleware executed before each function call
* It has built-in set of business logic error classes
* It has built-in few simple yet powerful plugins

What it's trying to solve:

* Simplifies code organisation
* Simplifies code testing
* Simplifies error handling
* Simplifies logging and error tracking
