SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

Implement API for parser #597

Closed hobindar closed 7 years ago

hobindar commented 7 years ago

This change implements POST:/api/parse. Specifically, a syllabus can be uploaded with a user id and back end will parse it. All parsed information will be automatically stored as a course belonging to the user.

courses_id in the course collection has been renamed course_ids.

[#429]

hobindar commented 7 years ago

Requested changes have been made.

@SwapnilShahGit Please review.