Centralized team management system with FastAPI + Mongo-compatible backend and React + Material UI frontend.
backend/FastAPI REST API, service layer, schemas, testsfrontend/React TypeScript app with role-aware pages and dashboardinfra/Terraform phase-2 scaffoldscripts/Deployment helper scripts
cd backend
pip install -r requirements.txt
uvicorn app.main:app --reloadQuality commands:
black .
ruff check .
pytestcd frontend
npm install
npm startLint command:
npm run lint