soenAnt / UberSante

Soen344
2 stars 3 forks source link

Models Implementation #18

Closed Keeran10 closed 5 years ago

Keeran10 commented 5 years ago

This is a sub-task of issues #5 #6 #7.

Create the model classes for patients, doctors, nurses, and appointments. Each model should be mapped to their respective table in the database through Sping Data JPA.

Keeran10 commented 5 years ago

Completed models found in crud branch.