Skip to content

Backend for honors-d3-housing. Written in Java to run on Google Cloud Endpoints API

License

Notifications You must be signed in to change notification settings

RITHonorsTechCommittee/honors-housing-endpoints

Repository files navigation

honors-housing-endpoints

This application implements a backend for the Honors Housing selection using Google Cloud Endpoints, App Engine, and Java.

Products

Language

APIs

Setup Instructions

  1. Update the application version in appengine-web.xml if you want to test without disrupting the default running instance
  2. Update the values in src/main/java/edu/rit/honors/housing/Constants.java to reflect the respective client IDs you have registered in the APIs Console.
  3. mvn clean install
  4. Run the application with mvn appengine:devserver, and ensure it's running by visiting your local server's address (by default localhost:8080.)
  5. Get the client library with mvn appengine:endpoints_get_client_lib
  6. Deploy your application.

If you add any JDO persistence classes, you also need to run mvn appengine:enhance

About

Backend for honors-d3-housing. Written in Java to run on Google Cloud Endpoints API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages