You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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-