elearning/Backend/src
2026-01-19 14:48:45 +07:00
..
config auth api 2026-01-13 06:49:37 +00:00
controllers feat: Add instructor registration endpoint and rename student registration to learner registration. 2026-01-19 07:30:28 +00:00
middleware feat: Introduce admin user management API with user listing, retrieval, account activation/deactivation, and case-insensitive role validation. 2026-01-15 14:09:14 +07:00
services feat: Create course and automatically assign the creator as the primary instructor using a transaction. 2026-01-19 14:48:45 +07:00
types feat: Implement student course management functionalities and standardize multi-language text types across course and category definitions. 2026-01-19 14:14:59 +07:00
validators feat: Implement instructor-specific course management with dedicated controller, service, types, and validation. 2026-01-16 15:43:14 +07:00
app.ts add 2026-01-14 04:33:33 +00:00
server.ts add 2026-01-14 04:33:33 +00:00