Skip to content

TeoFurcovici/booking-jb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Bootcamp Booking Project

Start application

  1. Build with maven (Java 11, Maven 3.6.x)
    mvn clean install
  2. 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 "

Test application

  1. With Swagger by accessing: http://localhost:8080/swagger.html
  2. With Curl: curl 'http://localhost:8080/firebase/getAllPaths' -H 'Cookie: JSESSIONID=[...]'

Access deployed application

Go to https://booking-jt.herokuapp.com/ and follow the same steps as when running the application locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.6%
  • HTML 34.0%
  • CSS 9.4%