Skip to content

roopamgarg/real-time-polling-microservice

Repository files navigation

Real Time Polling Microservice API

To Perform Real Time Polling In any application.

Using Clean Architecture for Microservice APIs in Node.js with MongoDB and Express

In this video they talk about Bob Martin's Clean Architecture model and I have apply it to a Microservice built in node.js with MongoDB and Express JS

Features

  • Publish new Poll
  • Real Time voting in a poll(via socket.io)

Running Locally

Prerequisites

1. Clone the repo and install dependencies

git clone https://github.com/roopamgarg/real-time-polling-microservice.git
cd real-time-polling-microservice
npm i

3. Startup your MongoDB

Usually this is just: mongod on the command line.

4. Start the server

npm start

To run in development mode

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published