Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • thanks to Dropwizard you just need to start a Java class with main method:
    "org.oregami.dropwizard.OregamiService" and pass the parameters "server oregami.yml" to it.
  • Open your web browser and enter these urls:
    http://localhost:8080/service/games/list
  • Our REST web app is now running and you are ready for development!

...