issues
search
Codemaxxers
/
codemaxxerBackend
https://codemaxxers.stu.nighthawkcodingsociety.com/
0
stars
26
forks
source link
Questions DB update
#62
Closed
F1nnC
closed
8 months ago
F1nnC
commented
8 months ago
Things changed
Endpoints added
GET: /api/questions/randomQuestion/{course} ("csa" or "csp")
Returns a random question based of that
POST: /makeQuestion
Make sure the body has a question object (check backend for the constructer method)
DELETE: /deleteQuestion/{id}
Delete the question with the ID
Also added 30 questions
Things changed
Endpoints added
Also added 30 questions