/tour-of-heroes

Spring application that acepts users loged in with Google javascript library

Primary LanguageJava

Java CI Build Status Build Status

Spring Boot and AngularJS

Spring boot application meant to log in users that generate a token with to Google javascript API library. The front end application

Development server

Run ./gradlew bootRun for a dev server. Navigate to http://localhost:8080/.

Build

Run ./gradlew bootRun to build the project. The build artifacts will be stored in the build/ directory.

Run with docker

In an environments with a container with mongo running run: docker run -d -e "SPRING_DATA_MONGODB_HOST=mongo" --link="mongo" -p 8080:8080 --name=tour-of-heroes javiersvg/tour-of-heroes