This app is deployed at address: https://demo-web-store.herokuapp.com
- Before running the gradle script (when you first open project at your PC) Copy ./gradle.default.properies to ./gradle.properies .
- Do not forget to change copy ./src.main.resources/jdbc.default.properties to ./src.main.resources/jdbc.properties and chage your DB connection settings
- For local run:
- With Heroku:
./gradlew stage
heroku local web
Will be avalible at http://localhost:5000/
- Without Heroku:
./gradlew runTomcat
Will be avalible at http://localhost:8080/