Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 509 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 509 Bytes

Car Show Ballot Box API

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.

Developing

  1. clone the repo
  2. npm i
  3. create a database and use scripts/install.sql to create the tables in it
  4. npm test (or npm test -- --watch)
  5. npm start to create a dev server