Files
blackroad-operating-system/services/blackroad-info-service/README.md
2025-11-20 20:00:52 -06:00

692 B

BlackRoad Info Service

Backend service for the BlackRoad Operating System exposing metadata and health endpoints.


SERVICE METADATA


Endpoints

  • GET /health — basic health check.
  • GET /info — service metadata.
  • GET /version — package version.
  • GET /debug/env — safe environment variable dump.

Development

npm install
npm run dev

Testing

npm test

Building

npm run build
npm start