Skip to content

i3-Market-V3-Public-Repository/SP3-SCGBSSW-AA-AuditableAccounting

Repository files navigation

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 jose.luis.munoz@upc.edu

Contributing

Pull requests are always appreciated.

License

EUPL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages