Agile planning poker for story estimation.
It is hosted in https://agile-sprint-planning-poker.herokuapp.com
Screenshots are available within the screenshots directory.
To run the project, please do the following steps:
- Clone the repository.
- Make sure you have node installed.
- Run
npm install
- Run
node index.js
- Open your browser and go to
http://localhost:5000
- Do checkout the section for Atlassian JIRA and stash integration
You can get Attlassian JIRA and stash integration to facilitate easy retrieval of story from JIRA. Stash can be integrated to ensure only valid users login to the application. Follow the below steps to do that:
- Under
index.js
, replace your company jira URL instead of<$jira-url$>
- Under
index.js
, replace your company stash URL instead of<$stash-url$>
- Under
public/js/socket-helper.js
, replaceimg -> src
on line4
with your company's image url by provind the user id for individual users and also uncomment lines 23 and 37 for replacing the user id with the appropriate id.