Maladie / movierater-docker

Docker-compose setup for two java microservices with mongodb and rabbitmq asynchronous communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movierater-docker

Docker-compose setup for two java microservices with mongodb and rabbitmq asynchronous communication

Source code available at:

movierater - https://github.com/Maladie/movierater

reviewchecker - https://github.com/Maladie/reviewchecker

About

Movierater service provides REST endpoints with "HATEOAS-like" navigation. Reviewchecker approves received reviews. Both applications can be called to check status, respectively on:

Endpoints

Service entry point is - http://localhost:8080/movierater/movies It provides json with all movies in database and also links to connected resources.

Curl Examples

About

Docker-compose setup for two java microservices with mongodb and rabbitmq asynchronous communication