Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 478 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 478 Bytes

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