This repository contains the MVP foundation for a Dyslexia Learning Platform.
- Backend: Implemented (Node.js + Express + MongoDB)
- Frontend: Professional folder structure only (no UI code yet)
- Run/Install Guide:
docs/SETUP_AND_RUN_GUIDE.md - Architecture Overview (detailed):
docs/PROJECT_ARCHITECTURE.md - Architecture Diagram (Mermaid):
docs/PROJECT_ARCHITECTURE.mmd
cd backend
cp .env.example .env
npm install
npm run seed
npm run devHealth check:
curl http://localhost:5000/healthFor the current MVP, games/questions are predefined backend content (not student-created). Seed default game content with:
cd backend
npm run seed