Skip to content

Instavote - Example Voting Application. Forked from Docker Samples Org.

License

Notifications You must be signed in to change notification settings

wizeline/instavote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Voting (Instavote) App

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

Description

MicroServices

Note

The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client.

Tools

Instal via hombebrew

brew install kubectx

Contents

About

Instavote - Example Voting Application. Forked from Docker Samples Org.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 90.3%
  • C# 2.8%
  • CSS 1.9%
  • HTML 1.7%
  • Java 1.5%
  • Python 1.0%
  • Other 0.8%