/CoffeeReview

This is a MVC project that I worked on in a group. It's a site where a user can review off-the-shelf coffees, with full Create, Read, Edit and Delete functionality of two models.

Primary LanguageC#

CoffeeReview

Welcome to CoffeeReview, an interactive web app that allows a user to create, read, update and delete reviews of seeded examples of off-the-shelf coffee.

The landing page will show a user all products and allow user to click on individual product images to navigate to a details page, which will also contain all reviews for the given product. User will be able to create, edit or delete any review from any details page.