Backend service for Balanced Network.
For local development, you will want to run the docker-compose.db.yml
as you develop. To run the tests,
python3.10 -m venv .venv && source .venv/bin/activate
make install
make test
# Alternatively you can manually run the tests but make sure the DB is up.
make up-dbs
# And then bring down the dbs
make down-dbs
# See all options with
make help
Apache 2.0