This is a decision-maker for you & your friends! If you ever found yourself struggling to make a decision as a group, use this service. People respond to your polls using a preferential voting system based on the Borda count.
- Clone this repository
- Setup an empty database in your
- Create the
.env
to include your db details - Update the .env file with your correct local information
- Install dependencies:
npm i
- Run migrations:
npm run knex migrate:latest
- Run the server:
npm run local
- Visit
http://localhost:8080/
- Node 5.10.x or above
- NPM 3.8.x or above