Skip to content

ElliottBignell/homePIX-spring

Repository files navigation

homePIX photo-sharing application Build Status

Open in Gitpod

Acknowledgements

homePIX is forked from the PetClinic application. Many source files retain JavaDoc comments crediting other authors for the code. Everything that works is their contribution. Everything that goes wrong is my own.

Running homePIX locally

homePIX is a Spring Boot application built using Maven or Gradle. You can build a jar file and run it from the command line (it should work just as well with Java 11 or newer):

git clone https://github.com/ElliottBignell/homePIX-spring.git
cd homePIX-spring
./mvnw package
java -jar target/*.jar

You can then access homePIX here: https://localhost:8443/