Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 607 Bytes

readme.md

File metadata and controls

35 lines (18 loc) · 607 Bytes
## Building and running The webapp is a submodule of this repo, to get it do git submodule init git submodule update The go into "webapp" and do "ng build" to build the angular app Install gradle To run the server gradle run This will start a server on port 8080 ## Building the UI (Angular app) cd webapp ng build -w ## Testing Check out od_postman_collection.json for some examples of usage. Install Postman for google chrome to load this json and try it out interactively. # VertxKotlin-BackendJava-