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.
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
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
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