Quickstart
bash
git clone git@github.com:finnestbr/finnest-power.git
cd finnest-power
bun ci # < 10 s
bun run dev:up # < 60 s
bun run db:seed # 3 tenants + dev license
bun run --filter @finnest/data-public dev &
curl http://localhost:8080/public/v1/institutions | jq '.data | length'
# 5Local URLs
- Kong proxy: http://localhost:8080
- Kong admin: http://localhost:8001
- Keycloak: http://localhost:8090
- Grafana: http://localhost:3000 (admin/admin_local)
- Prometheus: http://localhost:9090
Shutdown
bash
bun run dev:down # preserve volumes
bun run dev:reset # nuke + reseed