ucsb-cs156-s23 / team02-s23-7pm-3

https://ucsb-cs156-s23.github.io/team02-s23-7pm-3/
0 stars 0 forks source link

Added controller for schools with all endpoints + tests #62

Closed nickzahlis closed 1 year ago

nickzahlis commented 1 year ago

Added schoolController.java. contains both GET (index) and GET (show) endpoints, as well as PUT, POST, and DELETE endpoints. Also added coverage and mutation testing for all of them.