This project is a hotel booking system that allows users to search and book available rooms in various hotels. The system contains information about each hotel, its rooms, prices, and availability. The user can search for rooms by location, date, and price range, and book a room for a specified period. Installation: Clone the repository to your local computer using the command git clone https://github.com/fpmi-tp2023/labrabota10pr1-codewizards.git. Install all necessary dependencies by running the command npm install.
After launching the application, the main page will appear in the browser, displaying a search form and a list of available rooms in various hotels. To search for a room, enter the desired location, date range, and price range in the search form and click the "Search" button. The system will display a list of available rooms that match the search criteria. To book a room, select the desired room and click the "Book" button. The system will prompt you to enter your details and payment information. Once the payment is processed, the room will be reserved for the specified period.
Project authors: Klyha Gleb, Alexey Sushkevich, Nikita Mantush.
Nikita Mantush - all routine work.
Klyha Gleb - development of the search and booking functionality.
BAlexey Sushkevich - integration with the payment gatewayand all code development.
It would be helpful to include any prerequisites or system requirements for running the application (e.g., specific versions of Node.js or other dependencies). It might also be a good idea to provide instructions on how to set up a development environment, run tests, and deploy the application to a production environment. Additionally, it's important to mention any licensing or attribution requirements for using the codebase, such as open-source licensing or third-party software dependencies.
- Swift 5.0
- XCode 10.0
- iOS 13.0