This application implements a backend for the Honors Housing selection using Google Cloud Endpoints, App Engine, and Java.
- Update the application version in
appengine-web.xmlif you want to test without disrupting the default running instance - Update the values in
src/main/java/edu/rit/honors/housing/Constants.javato reflect the respective client IDs you have registered in the APIs Console. mvn clean install- Run the application with
mvn appengine:devserver, and ensure it's running by visiting your local server's address (by default localhost:8080.) - Get the client library with
mvn appengine:endpoints_get_client_lib - Deploy your application.
If you add any JDO persistence classes, you also need to run mvn appengine:enhance