Voting system for redstrate.com
Find a file
Joshua Goins 5c1f7c98c1 Save votes to JSON as soon as they come in
For hopefully fewer cases of data loss if the program is killed.
2025-01-18 13:33:36 -05:00
src Save votes to JSON as soon as they come in 2025-01-18 13:33:36 -05:00
.gitignore Add initial files 2023-04-15 16:33:01 -04:00
Cargo.lock Optimize the size of the release binary 2023-09-24 18:43:29 -04:00
Cargo.toml Optimize the size of the release binary 2023-09-24 18:43:29 -04:00
LICENSE Add initial files 2023-04-15 16:33:01 -04:00
README.md Add initial files 2023-04-15 16:33:01 -04:00

voting-system

This is the voting system used on redstrate.com. It's incredibly simple and only needs write access to a directory to work.