https://github.com/drombler/drombler-evoting-system
A prototype for an e-voting system.
https://github.com/drombler/drombler-evoting-system
e-voting evoting
Last synced: 3 months ago
JSON representation
A prototype for an e-voting system.
- Host: GitHub
- URL: https://github.com/drombler/drombler-evoting-system
- Owner: Drombler
- Created: 2019-06-27T20:37:13.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-10-22T18:56:16.000Z (over 4 years ago)
- Last Synced: 2025-01-23T04:12:16.418Z (5 months ago)
- Topics: e-voting, evoting
- Language: Java
- Homepage: https://www.drombler.org/drombler-evoting-system
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Drombler e-Voting System
A prototype for an e-voting system.## Build the project from sources
```bash
mvn clean install
```
Please note that the develop branch (SNAPSHOT version) of the project might depend on SNAPSHOT versions of other projects.If you don't want to build the dependent projects as well, please make sure to define a proxy in your [Maven Repository Manager](https://maven.apache.org/repository-management.html) to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your [single group](https://help.sonatype.com/repomanager3/formats/maven-repositories#MavenRepositories-ConfiguringApacheMaven).