Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 646 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 646 Bytes

banner

Home Page of the voting app

Architecture

The application is built in a microservice architecture. The application contains five services: web, API gateway, authentication, users and polls.

Project Structure

.
├── apigateway
├── authentication
├── polls
│     └── db
├── users
│     └── db
└── web

How to get started?

  1. npm clone https://github.com/wax-bear/voting-app.git
  2. npm run setup
  3. Configure the .env variables for users and polls
  4. npm run docker-compose