Restaurant Advisor Application
This application is used to browse different types of restaurants in Munich, see their detailed information, reviews and make a reservation. Also, the application is written only in java which was a challange for my team. In addition, it can be modified to cover differen area or scope. Subject
Dependencies
Detailed list of dependencies can be found in documentation.
Some requirements were not met due to time restrictions, but source code can be easily improved. Web scraping in our example is not complicated, because html document contains json inside of it which saved us a lot of time. Actual data extraction can be complex. Reservation implementation is not real, because it requires collaboration with real restaurants, which is unrealistic in case of university project. Problems
More information can be found in documentation
How to use?
As alternative, you can create executable for client application and run server in terminal.