This repository contains code and resources related to digital voting systems. It is an attempt to create a simple platform for conducting digital votes.
To set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/gratach/digital-voting.git
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
source venv/bin/activate - Navigate to the project directory:
cd digital-voting - Install the project editably:
pip install -e .[dev]
To run the tests, use the following command in the virtual environment:
pytest