ucsb-cs156-w24 / team02-w24-6pm-2

https://ucsb-cs156-w24.github.io/team02-w24-6pm-2/
0 stars 0 forks source link

Create database table for UCSBDiningCommonsMenuItem #54

Closed mbharti12 closed 7 months ago

mbharti12 commented 7 months ago

Added @Entity class called UCSBDiningCommonsMenuItems.java, @Repository class called UCSBDiningCommonsMenuItemsRepository.java, and a database migration file called UCSBDiningCommonsMenuItems.json.

All of the acceptance criteria passes from my end.

Closes #8