git clone https://github.com/dusan-eremic/Shorty.git
mvn clean package
Database URL is located inside the src/main/resource/application.properties
file. The URL currently points to my test database hosted at mlab.com.
java -jar target/shorty-0.0.1-SNAPSHOT.jar
cd ShortyWebClient
then run any HTTP server while iside that directory for instance
python -m SimpleHTTPServer