- From the root folder of the project, run
./gradlew appengineRun
. This will launch the application using Google development Server - Navigate to
http://localhost:8888
in the browser.
This project is dockerized and can be run within a docker container
- Execute
docker-compose up -d
to bring up the docker container - Execute
docker exec -it container-appengine /bin/bash
to attach terminal to the container. - Execute
./gradlew appengineRun
to launch the development server - Navigate to
http://localhost:9090
to access the application in the browser