Onboarding - PioMie/climb-contest GitHub Wiki
Prerequisites
- Google Cloud SDK
- Google App Engine cmd:
gcloud components install app-engine-java
- Maven
- STS
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
- try Google Cloud
- learn how to deploy an application there from here