Config Manager is a powerful, open source platform for managing and versioning configuration data at scale. It features a Postgres-backed registry with immutable versioning, a modern web UI for browsing and editing configs with audit history.
make db-up
make api-runThe API runs DB migrations on startup. In a second terminal:
make ui-install
make ui-devOpen the UI at http://localhost:3000 (API is http://localhost:8080).
api/openapi.yaml: API contract (source of truth)- Postman tip: import
api/openapi.yamlto generate a collection (seedocs/development.md) docs/architecture.md: architecture + versioning modeldocs/development.md: local workflowdocs/deployment.md: production notes + checklistdocs/environment-variables.md: all env varsdocs/packaging.md: Docker/Helm packaging + release notesCONTRIBUTING.md: contributor workflow and conventions
make help: list all targetsmake check: backend tests + UI lint/typecheckmake smoke: quick API smoke testmake db-reset: reset local Postgres volume



