[ ] Looks like you have a good start at completing the tasks in previous issues - remember to complete the rest and show them as complete with - [x]
[ ] Is this deployed to AWS? I'd like to review from the front end - can you update the url in the individual project list and let me know when the url is there? Remember to open up port 8080 to public/all.
[ ] There's a opportunity to eliminate some of the redundancy in the daos: get all, get by id, delete, update, etc by using a generic dao. More info on the generic dao here.