HOW TO RUN THE SOURCE CODE:
Clone the repository (git clone https://github.com/spylypets/spring-data-magic.git) or download the repository zip and unpack it to a directory of your choice;
Provided having Maven installed in your computer, run "mvn spring-boot:run" in the spring-data-magic directory;
Then you can access the application at: http://localhost:8080/
To build the project, run "mvn clean package" in the spring-data-magic directory.