Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 776 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 776 Bytes

Nameko Examples

CircleCI

TODO: Overview of the project

Prerequisites

Run tests

Ensure RabbitMQ is running.

$ make coverage

Run docker compose

Quickest way to try out examples is to run them with Docker Compose

$ docker-compose up

Docker images for RabbitMQ, PostgreSQL and Redis will be automatically downloaded and their containers linked to our service containers.