Skip to content

jl3937/planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jersey-planner-java-maven

Planner REST Service.

Language

APIs

Tools

Setup Instructions

  1. Run the application with mvn -X tomcat7:run, and ensure it's running by visiting your local server's address (by default localhost:8080/planner.)

  2. Send a test POST request

    $ curl -X POST http://localhost:8080/planner/rest/plan -d '{"event":[{"content":"mission impossible", "type":"MOVIE"},{"content":"sushi","type":"FOOD"}],"requirement":{"start_loc":"94404","travel_mode":"DRIVING"}}'

  3. Deploy your application to Tomcat with

    $ mvn tomcat7:deploy or $ mvn tomcat7:redeploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published