This is a basic, multi-currency ledger service. The ledger service has the ability to create ledgers, create transactions (debit/credit), record the balance, and return the balance.
$ npm installCreate .env file based on .env.example and update .env with proper values
cp .env.example .envRun application locally
# development and watch mode
$ npm run start:api:dev
$ npm run start:processing:dev
Run application locally fully in docker with all env
# development and watch mode
$ docker compose upServe http://localhost:8080/swagger