My dad helps run a car show and he counts the ballots. It is a painful process. The purpose of this API and the app that uses it is to make his life easier by allowing a person to input the votes and each ballot. The app will then determine the top three vote getters for each car class.
- clone the repo
- npm i
- create a database and use
scripts/install.sql
to create the tables in it - npm test (or npm test -- --watch)
- npm start to create a dev server