/VotingCode

A polling website about software development.

Primary LanguageJavaScript

VotingCode

This is a website where users can create polls about software development and share it with their friends. Users can vote on those polls and authenticated users can add their own options. The polls are tagged to enable filtering by topic.

Home

VotingCode is built upon:

Installation Instructions

  • Install Node.js and npm.
  • Install MongoDB.
  • Retrieve the repository and install dependencies.
$ git clone https://github.com/puntnomads/VotingCode.git
$ cd VotingCode
$ npm install
$ cd client
$ npm install

Running the app locally

Start the API

$ npm start

Start React in another Terminal window

$ cd client
$ npm start

Then visit http://localhost:3000/