This is a messaging microservice API with RabbitMQ.
Explore the docs »
·
Report Bug
·
Request Feature
I wanted to develop a project using microservices so I decided to use RabbitMQ and build an API for sending emails, which is a good way of studying queues and things of this nature.
- Clone the repo
git clone https://github.com/lucfersan/rabbitmq
- Install Express folder NPM packages
cd express && npm i
- Install Messages folder NPM packages
cd messages && npm i
First make sure prisma is setup
$ npx prisma generate
$ npx prisma migrate dev --name init
In the root folder run the docker compose
$ npm run up
Start the server in the Express and Messages folders
$ npm run dev
Distributed under the MIT License. See LICENSE
for more information.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Lucas Fernandes - fernandes.lucas11@outlook.com