Note: This Repo is forked from URL This project is part of NIMBLE Project (https://www.nimble-project.org).
EPC Information Service (EPCIS) REST APIs enables to capture and query standardized event/master data ratified by GS1.
Run
mvn clean package
in the folder, where the file pom.xml locates in, for building the application.
Run `mvn spring-boot:run'
Run
mvn docker:build
for building docker image for the application.
Run 'docker run -d -e EPCIS_DB_HOST_URL="mongodb://localhost:27017/" nimbleplatform/epcis:0.0.4' for running the docker image. In default, the local mongoDB "mongodb://localhost:27017/" is used for managing epcis data. When another MongoDB is in use, the enviornment variable EPCIS_DB_HOST_URL should be updated.
When it works properly, http://localhost:8080/Service/greeting will return a greeting string.