Azure Deployed Link: https://asyncinn20191108072830.azurewebsites.net/
Lab 18 - Testing & Deployment
Lab 17 - Searching, Sorting, & Secrets
Lab 16 - Dependency Injection
Lab 14 - Entity Framework & Seeding
Lab 13 - Intro to Entity Framework
Author: Kyungrae Kim
This is a ASP.NET Core MVC web application that will allow Async Hotel to better manage the assets in their hotels. This application can modify and manage rooms, amenities, and new hotel locations. The data entered by the user will persist across a relational database and maintain its integrity as changes are made to the system.
Clone this repository to your local machine.
$ git clone https://github.com/jeremymaya/Code-401-Async-Inn.git
Select File
-> Open
-> ```Code-401-Async-Inn``
Next navigate to the location you cloned the Repository.
Double click on the AsyncInn
directory.
Then select and open AsyncInn.sln
- Hotel table has one to many relationship with HotelRoom table
- Room table has one to many relationship with HotelRoom table
- Amenities table has one to many relationship with RoomAmenities table
- HotelRoom table is a joint table with payload
- RoomAmenities table is pure join table
- Layout is a enum
1.5: Lab 18 Completed, Initial Submission - 25 Nov 2019 10:35 PM
1.4: Lab 17 Completed, Initial Submission - 19 Nov 2019 7:35 PM
1.3: Lab 16 Completed, Second Submission - 18 Nov 2019 10:22 AM
1.2: Lab 16 Completed, Initial Submission - 07 Nov 2019 01:10 AM
1.2: Lab 16 Started - 06 Nov 2019 9:00 AM
1.1: Lab 14 Completed, Initial Submission - 04 Nov 2019 11:45 PM
1.1: Lab 14 Started - 04 Nov 2019 9:00 AM
1.0: Lab 13 Completed, Initial Submission - 30 Oct 2019 10:45 PM
1.0: Lab 13 Started - 30 Oct 2019 9:30 AM