Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Katy310/AsyncVoter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • Gherkin 18.9%