| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
- For now, moodels are just objects that live in express app score
```
Test {id : 0, score: 99, subject : 'Physics', studentID : 2}
Student {id : 0, name : 'Ashi'}
- Necessary routes:
- Get all students
- Get all test scores
- Update student name
- Update test score
- Get mean test score by student ID
- Get top scoring student
- Delete Student
- Delete Score
- Add Student
- Add Score
| Back | FazBrowse Home | New Git URL |