Backend: Generate API function for return result of Student
Generate function to accept id and type of user="student". So return the marks of the student with the particular id in json format. if id not found return message "marks details not uploaded Yet." in case of error return respective message.
The marks of student should be in format-:
{
"id":<id of student>,
"sub1":<Subject1 marks>,
.....
......
}
I'd love to work on this issue under Script Winter of Code.
Sure !
Please add the required labels
There are two models in app.py. But I don't see any relationship between them.
Hi! I would like to work on this issue under SWOC 2021! Please assign it to me. @Ash515 @abhijeet007rocks8
I have created a PR #32 regarding this issue. Kindly check and merge. @Ash515 @abhijeet007rocks8