Skip to content

gitpod-demos/voting-app

 
 

Repository files navigation

Always ready-to-code 🍊

Gitpod is the developer platform for on-demand Cloud Development Environments (CDEs). Say goodbye to slow onboarding and unmanageable dev environments. Gitpod removes pain and frustration from your developer experience, helps you deliver software faster, and makes you more secure and compliant.

Why Gitpod?

Here are some of the reasons devops, security, and finance teams love Gitpod:

👩🏻‍💻 Faster developer onboarding
⚙️ Eliminate software dependency issues
🤝 Collaborate async or in real time
☁️ Utilize the compute power of the cloud
💰 Save money on hardware and virtual infrastructure
🔐 Secure and protect your code and dev environments

Gitpod Demo

This repo contains a simple voting application that can be launched in Docker compose. You can try it yourself right now! Simply click the link below to launch a new Gitpod workspace where you can play with the voting application in any web browser. No extra software is required, all you need is a free Gitpod account:

https://gitpod.io/#https://github.com/gitpod-demos/voting-app

Architecture

Architecture diagram

  • A front-end web app in Python which lets you vote between two options
  • A Redis 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 web app which shows the results of the voting in real time

You can also use the Gitpod browser extension to launch a workspace from any Github repo of your choice!

About

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 24.6%
  • JavaScript 16.9%
  • CSS 16.3%
  • HTML 14.5%
  • Dockerfile 14.0%
  • Python 7.6%
  • Shell 6.1%