tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

feat: add winner endpoint #59

Closed randomontherun closed 2 weeks ago

randomontherun commented 2 weeks ago

ADD value param to addUserVote in seedDatabase.ts ADD test for tied proposals

Note: I added the test user to the admins list so that the tests would pass.