.entry-date published { display: none; }

WesternInn Booking System

WesternInn Booking System which was created as a part of a group project. The requirements of the project were to build a functional booking system that allowed the guests to create their own accounts, search for room availabilities, and make their own bookings. It also included an administrator view, which allowed the administrator to manage all the bookings in the system.

The project required the introduction of a role-based access system that split the users into two roles, “Guests”, and “Administrators”, each having their own powers within the system, detailed above.

It was built using ASP.NET Razor pages, using the Bootstrap CSS framework. This project presented several challenges and drew on skills learnt in various subjects covered thus far, such as SQL learnt in the subject Database Design and Development, as well as general problem decomposition and solving.