issues
search
IEEE-VIT
/
enigma7-backend
Code repository for the backend of Enigma 7.0
https://enigma-api.ieeevit.org
MIT License
3
stars
0
forks
source link
Added RestApi for Questions , Answer and Hint
#11
Closed
aryanshridhar
closed
4 years ago
aryanshridhar
commented
4 years ago
Added Following apis :
GET QuestionApi : Retrieval of Question for an authenticated user .
POST AnswerApi : Checking of User response to the current question .
GET HintApi : Retrieval of Hint for the current question
Added Following apis :