Skip to content

Server for AR service to create effects of augmented reality "ARGO"

Notifications You must be signed in to change notification settings

array-team/argo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARGO server

Build Status codecov

Server for AR service to create effects of augmented reality "ARGO".

Requirements

  • Java 8

Database

API-server comes with MySQL dependency.

Installation

Download project as '.zip' archive and extract it to whatever you like directory or use git:

git clone https://github.com/RoyalStorm/argo-server.git

Create a database with name argo in MySQL. Open this repository in IntelliJ IDEA and add host, port, database, serverTimezone, username and password environment variables, see application.yml.

OR

Replace url field with your params. In my case it looks like:

jdbc:mysql://localhost:3306/argo?useLegacyDatetimeCode=false&serverTimezone=Asia/Vladivostok

After this go to localhost:8080.

About

Server for AR service to create effects of augmented reality "ARGO"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages