Visualization web back-end written in Java.
This project is needed so that the web front-end can interact with the server side and other Teacup projects.
Follow the steps below:
- Deploy the war file on your server
For developers:
- Add plugin: id 'org.gretty' version 'x.x.x'
- Add dependency compile 'org.jboss.resteasy:resteasy-jaxrs:x.x.x'
- Add dependency compile 'org.jboss.resteasy:resteasy-servlet-initializer:x.x.x'
- Run: gradle appRun