- Build with maven (Java 11, Maven 3.6.x)
mvn clean install
- Run Spring Boot application with VM options
-DfirebaseKey="[...]"
- the firebaseKey property is optional and enables Firebase
- if the property is not read properly using ", replace " with ' and enclose the json using "
- With Swagger by accessing: http://localhost:8080/swagger.html
- With Curl:
curl 'http://localhost:8080/firebase/getAllPaths' -H 'Cookie: JSESSIONID=[...]'
Go to https://booking-jt.herokuapp.com/ and follow the same steps as when running the application locally