Skip to content

This is a messaging microservice API with RabbitMQ.

License

Notifications You must be signed in to change notification settings

lucfersan/rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a messaging microservice API with RabbitMQ.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published