Allows users to register their companies and clients on the platform. One can maintain 2-way transactions and keep up Ledger updated. Every request is secured and authentication is verified.
.
├── models # Keeps all Schemas Schemas
├── Views # EJS and Documentation files (alternatively `doc`)
├── server.js # entry point
├── LICENSE
└── README.md