Skip to content

dazhang-cv/cs263Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Google App Engine Java location-based online query

UC Santa Barbara Winter 2016

CS263 Runtime Systems Final Project

Requires Apache Maven 3.3 or greater, and JDK 7+ in order to run.

To build, run

mvn package

Building will run the tests, but to explicitly run tests you can use the test target

mvn test

To start the app, use the App Engine Maven Plugin that is already included in this demo. Just run the command.

mvn appengine:devserver

To see all the available goals for the App Engine plugin, run

mvn help:describe -Dplugin=appengine

When browse login.jsp, you can choose a username and share your location on sharelocation.jsp. After that, you can either post a query, check your own queries or answer queries. A quick demo can be found at Project Presentation.

About

This is the repository for CS 263 final project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published