feat(foundation): Phase 0 — MEP project foundation#3
Closed
amar-python wants to merge 3 commits into
Closed
Conversation
- Restructured repo: existing engine preserved in backend/migration/ - FastAPI backend skeleton with health endpoint - React + TypeScript frontend shell with Azure Portal UI - Docker Compose stack (React + FastAPI + PostgreSQL) - GitHub Actions CI/CD pipeline - Documentation (Architecture, DeveloperGuide, API, ADRs)
…orkflows permission — move to .github/workflows/ci.yml via web UI)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 0 — Migration Evaluation Platform (MEP) Foundation
This PR establishes the complete project foundation for MEP v2, wrapping the existing migration engine with an enterprise web application stack.
What's included
backend/migration/(build/, evals/, infra/, tests/)backend/) — app skeleton,GET /api/healthendpoint, SQLAlchemy connection layer, pydantic-settings config, Dockerfile (2 tests passing)frontend/) — Azure Portal style shell: collapsible sidebar nav (Dashboard, Migration Runs, New Migration, Validation, Reports, History, Administration), MUI theme, live API status indicator, multi-stage Docker builddocs/Architecture.md,docs/DeveloperGuide.md,docs/API.md, ADR-001 (technology choices), ADR-002 (repo structure)docs/ci/ci.yml.pending(see note below)The GitHub App used to push this branch lacks the
workflowspermission, so the CI pipeline file could not be pushed to.github/workflows/. After merging (or on this branch), movedocs/ci/ci.yml.pendingto.github/workflows/ci.ymlvia the GitHub web UI or a local commit.Acceptance criteria (Phase 0)
docker compose upstarts the entire application