Please enable JavaScript.
Coggle requires JavaScript to display documents.
Services, Course And Details , Auth/Account Management , Issues, BACKEND …
Services
Course And Details
PAYMENTS (App 2)
GET /razorpay?orderId=LOL
POST /checkout/:courseId?coupon=LOL
POST /applyCoupon?coupon=LOL
GET /checkout/:courseId
GET /stories
GET /courses?filter=value&search=value
GET /getReviews
GET /getProjects
GET /getCurricullum
GET /getInstructors
GET /getCourseDetails
GET /instructors
GET /section?type=kids/live/self-paced/free
GET /getCategories
POST /submitReview
GET /course/:courseId/faq
Auth/Account Management
POST /login (recaptcha)
POST /signup (recaptcha)
PATCH /updateMobile
POST /sendResetLink
PATCH /resetPassword
POST /verifyToken
GET /profileDetails
PATCH/ updateProfile
GET /someOauthController
Issues
After Deployment
Email MX Records
Mananing Schemas in all services
Managing Services
variable domain names for deployment ease
BACKEND
Instance 2
App1
Learn
GET /mycourses
GET /learn/:slug/:lessonId
Assignments
POST /submitAssignment
Quizes
POST /submitQuiz
App2
Admin
Instance 1
App 1
App 2