Skip to content

gitpod-demos/voting-app-multirepo

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

About this Demo Example

This multi-repo demo example contains a simple voting application that can be launched in Docker compose. The Vote, Worker and Result components live on separate repositories but they are all brought into and built inside a single Gitpod dev environment (please see diagram and architecture below).

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-multirepo

Architecture

  • A front-end web app in Python which lets you vote between two options (hosted here)
  • A Redis which collects new votes
  • A .NET worker which consumes votes and stores them in Postgres (see below) (hosted here)
  • A Postgres database backed by a Docker volume
  • A Node.js web app which shows the results of the voting in real time (hosted here)

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published