Backend: Generate API function for return result of Student
Open
DCP'21
SWOC 21
- Dominant language
- CSS
- Stars
- 24
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
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":,
"sub1":,
.....
......
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.