GithubHelp home page GithubHelp logo

event-driven-app's Introduction

Event Driven Application

Introduction

An event driven application created using Nodejs and Express. The application is a microservice architecture which uses RabbitMq for internal communication between each service. The frontend is created using ReactJs and is interacted with socket.io for real time communication.

Modules

  • Fronted: ReactJs
  • Backend: NodeJs, Express, RabbitMq
    • Products
    • Orders

Project Setup

  • Clone the repository.
  • Install dependencies of each modules by going to the respective modules e.g. cd orders, cd products and cd fe. Then run npm install in each of them.
  • Run the application by using npm run dev for both orders and products modules while npm start for the frontend.
  • Now the fe application can be accessed at http://localhost:3000.
  • The backend can be accessed at http://localhost:8001 and http://localhost:8004 for products and orders respectively.
  • For firing an event, go to http://localhost:8001/mq and http://localhost:8004/mq respectively.

Running via Docker

  • Clone the repository.
  • Run docker-compose build to build the application images.
  • Run docker-compose up -d to start the containers in detached mode.
  • Run docker-compose stop to stop the containers.
  • Run docker-compose down to stop and remove the containers.
  • Now the fe application can be accessed at http://localhost:8081.
  • The backend can be accessed at http://localhost:8081 and http://localhost:8082 for products and orders respectively.
  • For firing an event, go to http://localhost:8081/mq and http://localhost:8082/mq respectively.

event-driven-app's People

Watchers

Dipesh Shrestha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.