Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 586 Bytes

File metadata and controls

19 lines (12 loc) · 586 Bytes

KintoHubs Java Examples!! !!

This repository has a basic example of creating an HTTP server with java that is compatible on KintoHub.

The requirements are as follows::

  • Need to use the exact docker file provided in this repository. (Java8 Alpine3)hj
  • Must listen to port 80 on hostname 0.0.0.0
  • Write an apidoc comment for each of your endpoints
  • Ensure all your required files are within /app/out sagar The example written uses Jetty to serve the HTTP endpoint. You can run the example with:

docker build -t kinto-javahttp-example . docker run kinto-javahttp-example sssd