Welcome to Verdict - Decision Maker

Midterm project for Lighthouse Labs

Created by Donna (@donnadonnana), Marianne (@mariannebourcier) & Cristian (@cxlopez)

Verdict is a web application that makes taking decisions easier. It allows users to create polls and share them with friends so they can decide together what will be the winning option of the poll.

Screenshots

"Homepage" This screenshot shows the homepage of Verdict. "Create" This screenshot shows the poll creation page. "Answers" This screenshot shows the page where users can answer the poll. "Results" This screenshot shows the final results of the page once all votes have been received.

Dependencies

  • nodemon
  • body-parser
  • chalk
  • dotenv
  • ejs
  • express
  • form-data
  • mailgun.js
  • morgan
  • pg
  • sass

Getting started

  1. Git clone project
  2. Install all dependencies by using the npm install command on CLI
  3. Type npm start to start the server
  4. Navigate to the approriate localhost in the browser