This is a CRUD web application that enables registered users to create polls/surveys for other users to respond.
nodejs version 6.x, npm version 3.x, mongodb
To install clone this repository
git clone https://github.com/vinmugambi/pollinstant.git
cd pollinstant
npm install
npm start
or download the repository and extract it to a folder. You can then navigate into the pollinstant folder using the terminal.
npm install
npm start