This project is used for proof of concept only. Of course, you can contribute, you just need to fork and PR your feature.
Start the container :
docker run -p 8080:8080 sipf/proxy-service
You can then log to http://127.0.0.1:8080 to use the service.
zuul:
  routes:
    organisms:
      path: /organisms/**
      url: https://organism-ws.herokuapp.com
spring:
  application:
    name: proxy
  profiles:
    active: development
  cloud:
    config:
      uri: https://supervisor:supervisor@config-service-ws.herokuapp.com
docker build -t sipf/proxy-service .
- License : MIT
 - Authors : Leonard TAVAE (leonard.tavae@informatique.gov.pf)