AnnaMariaEriksson/HolidayMaker ↗
Created Sep 22, 2022 · View the AnnaMariaEriksson/HolidayMaker repository page
An animated time-lapse of how AnnaMariaEriksson/HolidayMaker was built, commit by commit.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
9
Lines of Code
842
From
Sep 9, 2020
To
Sep 25, 2020
About AnnaMariaEriksson/HolidayMaker
Holiday Maker is a Windows desktop application built in C# that allows users to search and book hotel rooms across various locations in Sweden. The application mimics the functionality of accommodation-sharing platforms like AirBnB but focuses specifically on hotel bookings rather than private rentals.
The project consists of a backend service and a frontend client connected through REST APIs. The backend provides comprehensive endpoints for managing regions, cities, hotels, rooms, users, and bookings, with full CRUD operations available for each resource. The frontend is implemented as a UWP (Universal Windows Platform) application that communicates with the backend to enable users to browse available accommodations and complete reservations.
The application uses Visual Studio for development and Entity Framework for database management, as evidenced by the database update command included in the setup instructions. Both the backend and client components are contained within separate Visual Studio solutions that must be run together for the full system to function.