https://github.com/henryssondaniel/teacup-visualization-web-back-java
Teacup visualization web back-end
https://github.com/henryssondaniel/teacup-visualization-web-back-java
teacup visualization web
Last synced: 3 days ago
JSON representation
Teacup visualization web back-end
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-visualization-web-back-java
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-07-23T11:57:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T11:38:58.000Z (over 6 years ago)
- Last Synced: 2025-05-13T07:49:34.636Z (about 1 year ago)
- Topics: teacup, visualization, web
- Language: Java
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[](https://travis-ci.com/HenryssonDaniel/teacup-visualization-web-back-java)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-visualization-web-back-java)
[](https://github.com/HenryssonDaniel/teacup-visualization-web-back-java/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.visualization%22%20AND%20a%3A%22web%22)
[](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup.visualization/web)
## What ##
Visualization web back-end written in Java.
## Why ##
This project is needed so that the web front-end can interact with the server side and other Teacup
projects.
## How ##
Follow the steps below:
1. Deploy the war file on your server
For developers:
1. Add plugin: id 'org.gretty' version 'x.x.x'
1. Add dependency compile 'org.jboss.resteasy:resteasy-jaxrs:x.x.x'
1. Add dependency compile 'org.jboss.resteasy:resteasy-servlet-initializer:x.x.x'
1. Run: gradle appRun