Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 225 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 225 Bytes

repository-aggregator-service

Aggregates repos from other 2 service

Run in container:

./mvnw compile package

docker build --tag=aggregator .

docker run aggregator -p 8083:8000

Run tests:

./mvnw test