Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 757 Bytes

File metadata and controls

13 lines (7 loc) · 757 Bytes

Election Application - C++

This application is based on the Election System of Kenya. It is based on constructing database structure to capture the results of the elections. It is based on the system of the Independent Electoral and Boundaries Commission of Kenya.

Its purpose is to find a way of calculating the results of the elections in a way that reduces the acrimony that has been historically witnessed during this process.

Structure

Object Relational Mapping (ORM)

The database ORM chosen for this application is based on ODB by codesynthesis which is a C++ based object relational mapper.

It is required that the ODB system is installed on the system. To do this follow the instructions on