Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 1.74 KB

README.md

File metadata and controls

70 lines (54 loc) · 1.74 KB

RabbitMQ

This is a messaging microservice API with RabbitMQ.
Explore the docs »

· Report Bug · Request Feature

📚 About The Project

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.

🚀 Installation

  1. Clone the repo
    git clone https://github.com/lucfersan/rabbitmq
  2. Install Express folder NPM packages
    cd express && npm i
  3. Install Messages folder NPM packages
    cd messages && npm i

💻 Running the app

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

🗞️ License

Distributed under the MIT License. See LICENSE for more information.

🤝 Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📧 Contact

Lucas Fernandes - fernandes.lucas11@outlook.com