Skip to content

Credskiz/service-animations

 
 

Repository files navigation

service-animations

Works as a database you can read/write NPC animations to

Setup

Import the project using gradle.
After gradle finishes init:

Use the gradle run task
OR
simply launch service.SpringBootWebApplication
OR
use the shadowJar gradle task, and you can use build/libs/-all jar to launch using the java -jar command, no tomcat.

The following endpoints exist:
http://localhost:8081/animations/submit : Submits an animation to the database
http://localhost:8081/animations/get : Returns all currently collected animations

About

Works as a database you can read / submit NPC animations to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.1%
  • Kotlin 8.9%