gaetanBloch / sfg-pet-clinic

Spring 5 Pet Clinic Application, it is clone of the official demonstration project of Spring Boot

Home Page:https://gbloch-pet-clinic.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring 5 Pet Clinic Application x

CircleCI codecov

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.

Running Application Process on your computer

  1. Download the application by clicking here
  2. Unzip the application
  3. Dowload and Install Java 11
  4. Set the environment variable JAVA_HOME to the root of your Java 11 jdk
  5. Download and Install Maven
  6. Open a terminal
  7. Move to the root of the application
  8. Run mvn spring-boot:run
  9. Navigate to http://localhost:8080 with your favourite browser

Application

Pet Clinic Index

Pet Clinic Index

Pet Clinic Find Owners

Pet Clinic Find Owners

Pet Clinic List Owners

Pet Clinic List Owners

Pet Clinic Show Owner

Pet Clinic Show Owner

Pet Clinic Add Owner

Pet Clinic Add Owner

Pet Clinic Add Visit

Pet Clinic Add Visit

Pet Clinic List Veterinarians

Pet Clinic List Veterinarians

Pet Clinic Error

Pet Clinic Error

About

Spring 5 Pet Clinic Application, it is clone of the official demonstration project of Spring Boot

https://gbloch-pet-clinic.herokuapp.com/


Languages

Language:Java 75.5%Language:HTML 15.9%Language:Less 8.6%