This application implements a simple search engine to retrieve information from the database of restaurants and their dishes.
This is the implementation of server side of the application. It supports information lookup and retrieval using different possible orderings of data.
To start a server JRE
must be installed. Just execute ./run.sh
in application's folder to see a help message. Note that this is system dependent.
Examine that file to learn more information about application execution.
Logging files are saved to log/
folder of project's directory.