Skip to content

mateeyow/scrumpoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCRUM Poker

PREREQUISITES

  • Air - for development
  • NodeJS
  • Golang
  • MongoDB

Development

Running the server

  go mod vendor
  make ss

Running the client

  pushd client
  yarn
  popd client
  make sc

TODO:

  • Deploy to production
  • Fix UI/UX
  • Add ability to connecto to JIRA
  • Add some metrics for SCRUM master
  • Add a way to see logs
  • Create a CI/CD pipeline