Project 6: CRUD app

21 April 2019   PDF version

For this project, please continue the CRUD app that we created in class (code on gitlab under rest subdir of cs120pub). Our code could handle create, retrieve, update, and delete of a people entry with just one name field. You can stick with people or do something like books or music, but the major extension you should strive for is that it supports more than one field!

Also, it should be offer reasonable feedback in the UI when an insert or update fails due to invalid field values.