HenryssonDaniel / teacup-visualization-web-back-java

Teacup visualization web back-end

Home Page:https://henryssondaniel.github.io/teacup.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage latest release Maven Central Javadocs

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'
  2. Add dependency compile 'org.jboss.resteasy:resteasy-jaxrs:x.x.x'
  3. Add dependency compile 'org.jboss.resteasy:resteasy-servlet-initializer:x.x.x'
  4. Run: gradle appRun

About

Teacup visualization web back-end

https://henryssondaniel.github.io/teacup.github.io/

License:MIT License


Languages

Language:Java 100.0%