Skip to content

sre42/Arvos-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Arvos Server Build Status

ARVOS - Augmented Reality Viewer Open Source - https://www.arvos-app.com/

Main Repository: https://github.com/ARVOS-APP/ARVOS

running instructions:

./gradlew build && java -jar build/libs/arvos-server-0.1.0.jar

Travis CI supported Build Status

To test the server through your browser:

localhost:8080

localhost:8080/health

localhost:8080/augmentTest

localhost:8080/augments

localhost:8080/augmentCreate?name=AwesomeAugment

HSQLDB and Hibernate:

The database is automatically created inside the folder db. The database is deleted automatically on every JVM instance.

To remove file based persistence, remove spring.datasource.url = jdbc:hsqldb:file:./db/testedb from application.properties.

To allow persistence across JVM instances, change create-drop to update inside application.properties.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages