Skip to content

A voting apllication enabling users to launch polls and share with friends.

License

Notifications You must be signed in to change notification settings

wassbeer/voting-app

Repository files navigation

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

About

A voting apllication enabling users to launch polls and share with friends.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published