https://github.com/balancednetwork/balanced-backend
Backend to balanced stats page and other services
https://github.com/balancednetwork/balanced-backend
Last synced: about 1 year ago
JSON representation
Backend to balanced stats page and other services
- Host: GitHub
- URL: https://github.com/balancednetwork/balanced-backend
- Owner: balancednetwork
- License: apache-2.0
- Created: 2022-06-05T04:41:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T10:50:52.000Z (over 1 year ago)
- Last Synced: 2025-02-17T11:34:05.223Z (over 1 year ago)
- Language: Python
- Size: 411 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# balanced-backend
[](https://shields.io) []()  
Backend service for Balanced Network.
[API Docs](https://balanced.icon.community/api/v1/docs) + [Live Stats Page](https://stats.balanced.network/)
### Development
For local development, you will want to run the `docker-compose.db.yml` as you develop. To run the tests,
```bash
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