Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.12 KB

File metadata and controls

59 lines (34 loc) · 1.12 KB

Auditable Accounting

This repository contains an API that connects to the distributed Storage and Blockchain network from the i3-Market architecture.

  • API: Loopback 4
  • Database: CockroachDB
  • Blockchain: BESU

Getting started

Prerequisites

Please make sure you have the following installed and running properly

Configuration

Edit variables from env.example.

cp env.example .env
nano .env

Then, launch the docker compose to build images and start the container.

docker compose up -d

By default, these are the URLs of each component.

To access the database exec:

docker compose exec -it cockroach cockroach sql --insecure

How to build, install, or deploy it

Production procedures are automated with Gitlab CI/CD and AWX. To update deployment, just make a MR to pro branch.

Credits

Jose Luis Muñoz [email protected]

Contributing

Pull requests are always appreciated.

License

EUPL