/ps-voting-app

Primary LanguageC#Apache License 2.0Apache-2.0

Example Voting App

Originally forked from here.

Updated cosmetically for Pluralsight courses.

Relates to two Docker images (v1 and v2) here

Architecture

Architecture diagram

  • A Python webapp which lets you vote between two options
  • A Redis queue which collects new votes
  • A .NET worker which consumes votes and stores them in…
  • A Postgres database backed by a Docker volume
  • A Node.js webapp which shows the results of the voting in real time