This is a Java application for lost pets ads (my master's thesis) built with Spring. It is available at LostPets.
To install this application you can use Maven.
mvn validate
Runs the app in the development mode. Open http://localhost:8080 to check it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the target
folder. The app is ready to be deployed!