SebasMelendez / labcheck

System for lab equipment checkin and checkout
0 stars 0 forks source link

model updates, category routes final, back-end cleanup #2

Closed dopecello closed 2 years ago

dopecello commented 2 years ago

Everything I added here works. material-routes.js and student-routes,js are still in progress

I need to set up through tables for both students and materials, since the relationship between both of them is .belongsToMany()

I am not 100% familiar with this off the top of my head so I will need to do some careful testing to make sure that the database is creating the right GET queries, etc.