Modern LMS platform for creating, selling, and consuming online courses.
TechTutor is a full-stack learning platform built with a scalable architecture.
It supports course management, payments, quizzes, and progress tracking.
| Layer | Technology |
|---|---|
| Backend | Laravel (PHP) |
| Frontend | React (SPA + SSR) |
| Database | PostgreSQL |
| Search | MeiliSearch |
| API | REST |
- Sign up / Login (Email + OAuth)
- Purchase courses
- Watch lessons (video, text, files)
- Pass quizzes & get results
- Track learning progress
- Leave reviews & comments
- Create & manage courses
- Upload lessons & materials
- Build quizzes
- Track student progress
- View course analytics
- Manage users & roles
- Moderate content
- Monitor platform activity
- Manage payments
- JWT / Session-based auth
- Email verification
- Password reset
- Optional 2FA
- Rate limiting & CAPTCHA
- Protection against XSS / SQL Injection
- Course search & filtering
- Responsive UI
- Notifications (Email / Push)
- Payment integration (LiqPay / Stripe)
- Analytics integration
User
Course
Module
Lesson
Quiz
QuizAttempt
Enrollment
Progress
RESTful API for all core features.
- Role-based access control (RBAC)
- SSR for performance & SEO
- Modular structure (Courses → Modules → Lessons)
- Scalable service integrations
- Project setup (Laravel + React + PostgreSQL + Docker)
- JWT / session-based authentication
- Email + OAuth login (Google, GitHub)
- Email verification
- Password reset flow
- Optional 2FA
- Rate limiting & CAPTCHA
- XSS / SQL injection protection
- Role-based access control (student, instructor, admin)
- Course CRUD (instructor)
- Module CRUD (instructor)
- Lesson CRUD — text, video, file uploads (instructor)
- Course publish / draft logic
- Course thumbnail & metadata
- Modular structure (Course → Modules → Lessons)
- Course catalog with search & filtering (MeiliSearch)
- Course detail / preview page
- Enrollment flow
- Lesson viewer (video player, text renderer, file downloads)
- Progress tracking (per lesson, per module, per course)
- Course completion certificates
- Quiz CRUD (instructor)
- Question types (single choice, multiple choice)
- Quiz attempts & scoring
- Pass threshold logic
- Attempt history for students
- Quiz analytics for instructors
- Payment integration (Stripe / LiqPay)
- Course pricing (free / paid / subscription)
- Purchase flow & receipts
- Refund handling
- Instructor payouts
- Admin payment monitoring
- Course reviews & star ratings
- Lesson comments
- Comment moderation (admin)
- Review moderation (admin)
- Email notifications (enrollment, quiz results, new content)
- In-app notifications
- Push notifications
- Course management overview
- Student progress per course
- Revenue & enrollment analytics
- Content upload & management
- User management (view, ban, role change)
- Content moderation queue
- Platform activity monitor
- Payment & revenue overview
- Student engagement metrics
- Course completion rates
- Revenue reports
- Search analytics (popular queries, zero results)
- SSR setup for public pages (catalog, course detail)
- SEO meta tags & Open Graph
- Image optimization & CDN
- Lazy loading & pagination
- Responsive UI across all pages
- Dark / light mode
- Multi-language support
- Accessibility (WCAG compliance)
- API documentation
- Tests (unit + feature)
- Seed / mock data
- CI/CD pipeline