Home Page of the voting app
The application is built in a microservice architecture. The application contains five services: web, API gateway, authentication, users and polls.
.
├── apigateway
├── authentication
├── polls
│ └── db
├── users
│ └── db
└── web
How to get started?
- npm clone https://github.com/wax-bear/voting-app.git
- npm run setup
- Configure the .env variables for users and polls
- npm run docker-compose