mohdjishin/ConfigManager — reverse-engineered prompt

Reverse engineered prompt

Build me a simple central config manager I can run locally with Docker. I want one service where apps can store and fetch config values, organize them by app or environment, and get real time updates when something changes. Save everything in MongoDB so changes survive restarts.

Please include a small web UI so I can view, add, edit, and delete config entries without touching the database, and make sure the gRPC API is clean enough for other apps to use. If there is already an SDK, example client, or mobile demo in this repo, wire it up so I can show an end to end flow where I change a value in the UI and a client picks up the update.

Keep the setup straightforward, add sensible defaults, and make it easy to start with docker compose. If anything is missing, fill in the gaps in the most practical way and look up current docs online if you need to.

Want more depth? Deep Reverse