AymenMach / CodeBlock-SOEN341_Project_F24

Fall 2024 Web Development Project SOEN341 FL-X
0 stars 0 forks source link

Task 2.9 - Add MongoDB Schema and Node.js Route to Save Rating Data #36

Open ImNotNihal opened 12 hours ago

ImNotNihal commented 12 hours ago

Define a new schema in MongoDB for storing peer rating data and implement a Node.js route to save the rating data submitted by students.

ImNotNihal commented 12 hours ago

Acceptance Criteria: Peer rating data is saved correctly in MongoDB. API route is secured and accessible by the frontend for data submission. Related User Story: US 2.3