Build Status

This project is developed for the PA165 course at FI MUNI.

Build and execution of this project

mvn clean install && cd web && mvn cargo:run

The official assignment

Let us imagine a Booking Manager for hotels: every customer can choose desired hotel and a particular room. There is also an information about accommodation price. It should be possible to browse hotels and available rooms. System Administrator should be also able to find customers who have some room reserved in a certain time range.

Team members:

Class Diagram:

Class Diagram

Usecase Diagram:

Usecase Diagram

REST API Documentation