GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#csharp #demo #docker #docker_compose #example #kubernetes #sample #swarm

This voting app is a simple example of a distributed application that runs on multiple Docker containers. To use it, you need to download Docker Desktop and ensure you have the latest version of Docker Compose. The app uses Python, Node.js, and .NET, with Redis for messaging and Postgres for storage. You can run the app using `docker compose up` and access it at http8080 for voting and http8081 for results. The benefit to the user is that this app demonstrates how different technologies can work together in a distributed system, making it easier to understand and set up similar applications.

https://github.com/dockersamples/example-voting-app