Please enable JavaScript.
Coggle requires JavaScript to display documents.
Finity Backend, https://mongoosejs.com/docs/populate.html, Every instance…
Finity Backend
Models
School
name
principal
address
student
name
class
login creds
dob
contact
attendence[]
marks[]
teacher
login creds
dob
contact
class[]
name
attendence
date
student/teacher
bool
exams
exam type
class
startdate
class
class(1-12)
section(A-Z)
subject
name
syllabus
class(1-12)
timetable
class
timetable
marks
grade name(A1 A2..)
subject
report card
marks[]
routes
Authentication
signup-post
signin-post
signout-get
student
profile-get
attendence-get
marks-get
timetable-get
teacher
profile-get
classes-get
marks-post
attendence-post
timetable-get
admin
create-teacher-students-post
edit-teachers-students-post
timetable-post
subjects-post
students-teachers-get
https://mongoosejs.com/docs/populate.html
Every instance of model(document) has its unique mongoose id