Onboarding - PioMie/climb-contest GitHub Wiki

Prerequisites

Running the application

  • Clone the repository: https://github.com/PioMie/climb-contest.git
  • STS: File→Import→Existing Maven Projects and pick the folder from the cloned repository
  • Set database credentials: perform this steps
  • mvn appengine:run
  • Right click on project→Run as...→Spring Boot app
  • open http://localhost:8080/ on a browser

Optional