Voting system for redstrate.com
Find a file
Joshua Goins 40c6ed2c44 Move the voting API under one route
Instead of /submit and /view, it's either a GET or POST request against
/votes/:slug.
2025-01-18 13:30:53 -05:00
src Move the voting API under one route 2025-01-18 13:30:53 -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.