Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 505 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 505 Bytes

Overview

This is a CRUD web application that enables registered users to create polls/surveys for other users to respond.

Installation

Prerequisites

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