issues
search
freshkitedev
/
LMS-Project
Welcome to the LMS / Learning Management System Full stack Project
1
stars
6
forks
source link
Add API endpoint for uploading new courses and Editing Courses
#6
Closed
Dhakshanapandi
closed
8 months ago
Dhakshanapandi
commented
8 months ago
Create route '/course/upload-course/' for handling course uploads
Implement logic to receive and store course details in the database
Update documentation to reflect the new endpoint
Add API endpoint for editing existing courses
Introduce route '/course/course-edit/:id' to handle course edits
Implement logic for updating course details based on the provided courseId
Update documentation to include information on course editing
Add API endpoint for editing existing courses