mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
BlackRoad Info Service
Backend service for the BlackRoad Operating System exposing metadata and health endpoints.
SERVICE METADATA
- Service Name: BlackRoad Info Service
- Service ID: info
- Kind: backend
- Repo URL: https://github.com/blackroad-os/BlackRoad-Operating-System
- Base URL (Railway): https://blackroad-info.up.railway.app
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