This application was built using Java 11, Spring 5, Spring Boot 2, Hibernate ORM, H2 Database with Thymeleaf for rendering the UI. It consists on the interaction with a a pet clinic, by creating owners, pets, visits etc.
This application was deployed on Heroku, to access it, click here.
- Download the application by clicking here
- Unzip the application
- Dowload and Install Java 11
- Set the environment variable
JAVA_HOME
to the root of your Java 11 jdk - Download and Install Maven
- Open a terminal
- Move to the root of the application
- Run
mvn spring-boot:run
- Navigate to http://localhost:8080 with your favourite browser