Lets say you run a mini-hotel and need to build a very simple reservation system. In this article we will show how avoid double-booking only showing the rooms that are available for selected date range. Similar approach can be applied to any other reservation system i.e. if you need to build conference rooms reservation app.
In our database we need two tables, Rooms and Reservations.
Continue Reading "Building a hotel reservation system"