Simple Rust backend to enable anonymous likes/upvotes for a hugo site
Find a file
Alex Selimov 44959df6d8
Some checks failed
Publish Cargo Package / publish (push) Has been cancelled
Fix logging
2026-03-19 15:07:53 -04:00
.forgejo/workflows Add publish workflow 2026-03-19 14:59:31 -04:00
db/migrations Add repository commands for handling votes 2026-03-19 10:05:38 -04:00
src Fix logging 2026-03-19 15:07:53 -04:00
.gitignore Add repository commands for handling votes 2026-03-19 10:05:38 -04:00
Cargo.lock Add missing service and tests for the new handlers 2026-03-19 14:56:04 -04:00
Cargo.toml Add missing service and tests for the new handlers 2026-03-19 14:56:04 -04:00
docker-compose.yml Add repository commands for handling votes 2026-03-19 10:05:38 -04:00
README.md Initial commit with Claude created service skeleton 2026-03-17 09:38:52 -04:00

uprs

Simple Rust backend for supporting anonymous like/upvote functionality in hugo sites.