-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alex Kachur edited this page Sep 29, 2025
·
1 revision
Welcome to the ResuMatch wiki!
Welcome to the ResuMatch knowledge base. This wiki captures high-level docs, runbooks, and decisions.
Source of truth for code & versioned docs remains in the repo (/docs and README.md).
- Repo README → https://github.com/alexkachur98/resumatch#readme
- SRS (PDF) → https://github.com/alexkachur98/resumatch/blob/main/docs/SRS/ResuMatch-PartA-SRS.pdf
- Architecture → Architecture
- Getting Started (dev) → Getting Started
- Frontend → Frontend
- Backend (planned) → Backend
- API Contract (draft) → API Contract
- Release Notes → Release Notes
- FAQ / Glossary → FAQ & Glossary
- Frontend scaffold ✅ (React + Vite, routing, pages)
- Backend scaffold ⏳ (Node/Express + MongoDB)
- CI: GitHub Actions (install → lint → build)
- Follow the feature-branch → PR → squash-merge flow.
- Conventional Commits (
feat:,fix:,docs:,chore:).