This repo contains Team 6 (Team JADANG)'s starter project for Google CodeU Spring 2019
To run locally:
mvn appengine:devserver
The app can be explored by navigating to localhost:8080 or to the admin page for debugging.
To push this code to the public-facing production server:
mvn appengine:update
You will need to login the first time this is run. For problems or more information, see the project documentation.
Due to rapidly changing file structure and data properties, it will likely be necessary to run
mvn clean
before running the code after pulling changes locally