creating a repository named HRMS to build a hotel management system like application.
we have a user model, hotel model, room model where the user can book one room at a time according to his choice of rooms. it can be pre booked and once it is done user cannot cancel the booking if the booked date has arrived.
a room can accomodate maximum of three guests.
the price calculated is according to selection of the type of room with number of days stayed.