Closed TITHI1244 closed 3 years ago
Hi Tithi! According to what Daniel told me today I guess we need to Edit the name of the PR and remove the word "created" from the beginning.
The POST endpoint for quiz-results table was tested and it works pretty fine. Very good job!
Description
Created the POST endpoint for api/quiz-results and that takes answer id and user id as parameters.
Fixes #34
How to test?
First run npm run dev. Then go to Swagger ui (http://localhost:3000/api/documentation/#/quiz_results/post_quiz_results) and post some data into quiz_results table.
Checklist