Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.32 KB

balanced-backend

loopchain GitHub Release

Backend service for Balanced Network.

API Docs + Live Stats Page

Development

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

License

Apache 2.0