This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
To run the server, run:
docker-compose up --build
To run the tests, run:
sudo docker-compose -f docker-compose-test.yaml up --build --abort-on-container-exit
To run the debug mode, run:
1) sudo docker-compose -f docker-compose-debug.yml up
2) npm i
3) npm run debug
To view the Woden UI interface:
open:8080/docs
This project leverages the mega-awesome swagger-tools middleware which does most all the work.