Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.56 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.56 KB

AsyncInn

Lab13 - Intro to Entity Framework

Author: Andrew Roska

Description

A simple, built from scratch MVC application with a database for a ficitonal hotel chain. The user has the ability to view, add, edit or delete any Hotels, Room Layouts, or Amenities in the chain's database. The user can also assign Rooms to Hotels, and assign Amenities to Room Layouts.


Getting Started

The site can be accessed here: https://andy-asyncinn.azurewebsites.net/

To download the code for yourself, clone this repository to your local machine.

$ git clone https://github.com/Roketsu86/AsyncInn.git

To run the program from Visual Studio:

Select File -> Open -> Project/Solution

Next navigate to the location you cloned the Repository.

Double click on the AsyncInn directory.

Then select and open AsyncInn.sln


Visuals

Hotels List

Hotels List Index

Creating a new Room

Creating a new Room

Viewing Hotel Details

Viewing Hotel Details


Change Log

1.3: First live deployment! 14 April 2019 1.2: Additional minor features and CSS 13 April 2019 1.1: Adjusted all content to the MVC Repository Design Pattern 10 April 2019 1.0: Initialization - 04 April 2019