###Prerequisites: Maven,Git, local MySQL Server ###Instructions:
#####0. Clone Project
#####1. Compilation: From within Repository:
git pull origin master
mvn clean install
#####2. Build DB: Start your MySQL Server
- Run /build/add_db_user.sql on mysql client
- Run /build/build_schema_v2.sql on mysql client
#####3.Run From within project root:
java -jar target/<output jar name>
- open browser, navigate to
http://localhost:8080
, server should be running
#####4. Load Places From Google
- Enter localhost:8080/app/import