Katy310 / AsyncVoter

For Voting on Stories and Tickets remotely and asynchronously e.g. planning poker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stories in Ready

AsyncVoter

For Voting on Stories and Tickets remotely and asynchronously e.g. planning poker

Table of content

Install

In order to install this application you need first to ensure that you have NPM installed

To install the application get the code

git clone https://github.com/AgileVentures/AsyncVoter.git

Inside the folder AsyncVoter run the following command

npm install

At this point we have all the dependencies installed and we are ready to start

Configure the application

Please update the .env file from the .env.sample before running your application.

... We will need to fill this up with mongo db connection info

Running the application

After the configuration is done we can start the application using

npm start

Running tests

To run all the tests execute

npm run spec

Troubleshooting

Mocha not installed error

If you get this error try cleaning the cache using

npm cache clean

About

For Voting on Stories and Tickets remotely and asynchronously e.g. planning poker


Languages

Language:JavaScript 81.1%Language:Gherkin 18.9%