Live data from Hacker News

Show HN: Simple self-hosted voting for posts

github.com

1–2 of 2 posts

Show HN: Simple self-hosted voting for posts

#1
I built this after launching a blog site with Hugo and wanting a simple solution for adding support for upvotes and downvotes on posts.

For the database, I was initially leaning towards using a key-value database like LevelDB to store the votes but chose SQLite because it has widespread support and gives me the ability to add other features later (e.g. comments).

Show HN: Simple self-hosted voting for posts
github.com