Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend Routes #45

Closed
MohammedAlghazali opened this issue Jun 24, 2020 · 0 comments
Closed

Backend Routes #45

MohammedAlghazali opened this issue Jun 24, 2020 · 0 comments
Assignees
Labels
Back-end route documentation Improvements or additions to documentation

Comments

@MohammedAlghazali
Copy link
Member

MohammedAlghazali commented Jun 24, 2020

Backend Routes

Route Method Description
/topCourses GET get top rated courses
/courses/:courseId GET get details for specific course
/:categoryId/courses GET get courses for specific category
/favorite GET get favorite courses for specific user
/logout GET logout
/catId/courseName POST search in courses by name with or without category filter
/login/google POST login with google account
/favorite/:courseId POST add course to favorite
/favorite/:courseId DELETE delete course from favorite
/comment/:courseId POST add comment to a specific course
/comment/:commentId DELETE delete a specific comment
/getFutureData GET get courses from learnfuture.com
/getUdemyData GET get courses from udemy api
/getCourseraData GET get courses from coursera api
/auth GET authentication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Back-end route documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

5 participants