Server for AR service to create effects of augmented reality "ARGO".
- Java 8
API-server comes with MySQL dependency.
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
.