Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Our implementation consists of a web interface to allow user to interact with th

This project is inspired by [this paper](https://skemman.is/bitstream/1946/31161/1/Research-Paper-BBEVS.pdf).

## Tech Stack
* Node.js as the backend runtime environment
* Express as the web application framework
* MySQL as the relational database management system
* Async for handling asynchronous operations
* Body-parser for parsing incoming request bodies in middleware


## System Design

At a very high level, a simple voting system comprises of an organising authority, a voting machine and a vote.
Expand Down