Skip to content

Sample Todo is a microservice application running 3 Microservices communicating with rabbbitmq and openfeign client

Notifications You must be signed in to change notification settings

rjtch/sampletodo

Repository files navigation

Sample Todo

Sample Todo is a microservice application aiming to demonstrate the use of rabbitmq and databases such as MongoDB and Postgres.

Features

  • User-service managing user data
  • Todo-service for to-do tasks created by the user.
  • Notification-service who get informed by the todo-service when something new happens.
  • MongoDB database for the todos.
  • Postgres database for managing users and notifications.

Tech

For running the application you need:

Running the application locally

To run this application docker is needed or any other container manager such as Rancher. To run it navigate to the root directory and run to following command:

docker-compose up --build

Development

This project is in developement and more features will be added.

License

MIT

Free Software, Hell Yeah!

About

Sample Todo is a microservice application running 3 Microservices communicating with rabbbitmq and openfeign client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published