Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Voting

This repository contains code and resources related to digital voting systems. It is an attempt to create a simple platform for conducting digital votes.

Setup on Linux

To set up the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/gratach/digital-voting.git
  2. Create a virtual environment:
    python3 -m venv venv
  3. Activate the virtual environment:
    source venv/bin/activate
  4. Navigate to the project directory:
    cd digital-voting
  5. Install the project editably:
    pip install -e .[dev]

Running Tests

To run the tests, use the following command in the virtual environment:

pytest

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages