Skip to content

Reviewed REST API build on the Google App Engine for posting summaries (for movies, music, restaurant, etc) and having people to post comments/like/rate the summary.

License

Notifications You must be signed in to change notification settings

naz911/reviewed

Repository files navigation

Reviewed REST API Copyright (C) 2013-2014 Naz911@home.

Reviewed REST API Build on GoogleAppEngine (GAE)

Requires Apache Maven 3.0 or greater, and JDK 6+ 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

For further information, consult the Java App Engine documentation.

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

mvn help:describe -Dplugin=appengine

You can use the ReviewedClient [python][http://www.python.org/download/releases/2.7/] script to POST/PUT commands to the API

About

Reviewed REST API build on the Google App Engine for posting summaries (for movies, music, restaurant, etc) and having people to post comments/like/rate the summary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages