We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419515a commit 624cbbbCopy full SHA for 624cbbb
README.md
@@ -11,6 +11,14 @@ Our implementation consists of a web interface to allow user to interact with th
11
12
This project is inspired by [this paper](https://skemman.is/bitstream/1946/31161/1/Research-Paper-BBEVS.pdf).
13
14
+## Tech Stack
15
+* Node.js as the backend runtime environment
16
+* Express as the web application framework
17
+* MySQL as the relational database management system
18
+* Async for handling asynchronous operations
19
+* Body-parser for parsing incoming request bodies in middleware
20
+
21
22
## System Design
23
24
At a very high level, a simple voting system comprises of an organising authority, a voting machine and a vote.
0 commit comments