Skip to content

Simple Demo Microservice App For Voting 2-Topics with In Memory-DB and RDMBS DB

Notifications You must be signed in to change notification settings

Adhito/app-web-microservice-voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

app-web-microservice-voting

Simple Demo Microservice App For Voting 2-Topics with In Memory-DB and RDMBS DB

Running The Application With Docker Compose

Download Docker Desktop for Mac or Windows. Docker Compose will be automatically installed. On Linux, make sure you have the latest version of Compose.

The voting application uses the following framework for the ms-service

Service Framework
app-result NodeJS 18
app-vote Flask (Python 3.1.1)
app-worker Dotnet 7.0

The voting application uses the following tech for messaging & database :

Service Framework
Messaging Redis 7.4
Database Postgre 15.8

To build and run the app run the following command :

docker compose up

To pull image and run the app run the following command :

docker compose up -f docker-compose.images.yml

About

Simple Demo Microservice App For Voting 2-Topics with In Memory-DB and RDMBS DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published