Skip to content

poly-glot/agile-poker

Repository files navigation

AGILE POKER (Demo)

CI/CD codecov This project is using Percy.io for visual regression testing. Cypress.io Dashboard DeepScan grade Maintainability Open in Gitpod

Creating the Agile team's story estimating session as efficient and fun as possible with a serverless application built on Firebase Cloud.

System Requirements

Getting Started

Setup (One off)

npm install
cd functions
npm install
cd ..

Start

npm start

Browser Support

2 most recent versions of Chrome, Firefox, Safari & MS Edge.

Security Consideration

  • Enabled App Check
  • Setup Monitoring on Realtime Database
  • Locked read & write access. Added Security Rules & Validation on firebase to test the protection on abusive behaviour.
  • Make sure to set up max-instances on Cloud functions

Scalability Consideration