Need to create a way people can vote on my items and you can see the tally in real time

Hey,
Simple way
You can just add a column to the database for “votes” show this is a repeater, refresh that number every 10 seconds or so for updates.

When someone votes, get the current number and + 1