hpi-schul-cloud / gamification

A reusable microservice for gamification.
GNU Affero General Public License v3.0
45 stars 18 forks source link

#24 docker (new) #44

Closed sebastiankliem closed 6 years ago

sebastiankliem commented 6 years ago

NEW VERSION OF #41

This dockerizes the node app and integrates configured containers for mongoDB and RabbitMQ. Development and testing using docker-compose is documented in Readme.

Could not test the AQMP/RabbitMQ integration, as there is no usable AQMP stub out there and there seems to be no way to send events from RabbitMQ in Travis.

closes #24 and closes #28

mmkonrad commented 6 years ago

👍

sebastiankliem commented 6 years ago

all requested changes done

sebastiankliem commented 6 years ago

all done.

cmfcmf commented 6 years ago

Looks okay now. We'll need to add tests later on and also handle errors correctly in #48.

Thank you for your work, @sebastiankliem!