Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 604 Bytes

File metadata and controls

25 lines (15 loc) · 604 Bytes

Voting-System

Hashing Based Voting System

Specs

For Reading the specs copy the specs.yml to Swagger Editor to see the full yaml

Flow Diagram

  • Image for the User Flow

    Alt Text

  • Admin Flow

    Alt Text

How to run this on your local

  • Install Docker on your Local
    • Make compose-build (To build your golang build)
    • Make compose-with-debug (To run the backend in the log format).
    • Make compose-without-app (To run the backend in the Debug mode).
    • Make compose-up (To run the backend in foreground).