Skip to content

jeremymaya/Code-401-Async-Inn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-401-Async-Inn

My Fitst MVC App

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


Description

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.


Getting Started

Clone this repository to your local machine.

$ git clone https://github.com/jeremymaya/Code-401-Async-Inn.git

To run the program from Visual Studio:

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


Entity Relationship Diagram

Image 1

  • 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

Visuals

Menu

Menu

Hotels

Hotels

Hotel - Create

Hotel-Create

Hotel - Details

Hotel-Details

HotelRoom

HotelRoom

Hotel - Edit

Hotel-Edit

Hotel - Delete

Hotel-Delete

Rooms

Rooms

Room - Create

Room-Create

Room - Details

Room-Details

RoomAmenities

RoomAmenities

Room - Edit

Room-Edit

Room - Delete

Room-Delete

Amenities

Amenities

Amenity - Create

Amenity-Create

Amenity - Details

Amenity-Details

Amenity - Delete

Amenity-Delete


Credits

Code Fellows


Change Log

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published