github
.env
file with properties:
docker-compose up
Then the application will be started.
At the moment, the client and administrator parts have been implemented in the project.
The client registers via email with a password input. Then he can book the hotel room with preferred criteria and desired dates (with dates validation) on the calendar. After selecting the necessary criteria, hotels are sorted according to the request and displayed based on the corresponding criteria. The client selects a hotel and makes a reservation, waiting for confirmation by the administrator. The client can leave a review.
The administrator can log in using a specific URL. He can add or remove hotels from the client's page. The administrator confirms client bookings upon request.