An open API service indexing awesome lists of open source software.

https://github.com/simodima/rabbitexamples


https://github.com/simodima/rabbitexamples

example example-project message-queue php7 rabbitmq

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# How to run the example

```bash
./install.sh
docker-compose up -d
docker-compose run app bin/console app:simulate -u 100 -p 10
```