Case Study – Menu Example (.NET MVC)

Menu Example

We are actually talking about a restaurant menu here. This case study demonstrates a database of menu items for restaurants and how to build an application to manage this online menu.

Lecture Playlist

The full playlist for the video series is – https://www.youtube.com/playlist?list=PL8kKejlVENAXuNhgSOvNqnAhebeIYAZem 

Introduction

This case study uses the menu item database from COP4709 (this database is an assignment that is created here – https://cop4709.pbworks.com/w/page/91180758/COP4709%20Assignment%203A%20-%20Stored%20Procedures . The schema is also included below.

The case study will create a full MVC web based front end for this database and cover all the code associated with this process.