RoyalStorm / argo-server

πŸš€ Server for AR service "ARGO"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "ARGO"


Languages

Language:Java 100.0%