Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Cloud Native Configuration Management is a full-stack configuration governance w

The repository is organized as a single workspace with a React frontend, a Spring Boot backend, PostgreSQL persistence, automated tests, coverage reports, and SonarQube quality analysis.

## Live Demo

- GCP frontend: https://mcmp-frontend-service-366904866748.europe-west1.run.app/
- Vercel frontend: https://cloud-native-steel.vercel.app/

The GCP deployment demonstrates the cloud-hosted frontend path. The Vercel deployment is kept as an alternate frontend hosting target for comparison and fallback.

## Project Overview

The application helps teams manage reusable configuration templates and project-specific overrides across deployment scopes.
Expand Down
Loading