this guide will show you how to develop servicecomb-kie in your local machine.
servicecomb-kie only depend on mongodb, so you have 2 choices
in this guide, we will use mongodb launched by docker compose
1.Build
cd examples/dev go build github.com/apache/servicecomb-kie/cmd/kieserver
2.Run mongodb and servicecomb-kie
sudo docker-compose up ./kieserver --config kie-conf.yaml
#servicecomb-kie endpoint http://127.0.0.1:30110/
the API doc will be generated under examples/dev/conf/servicecomb-kie/schema
you can copy it to https://editor.swagger.io/ to see full API document