Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.04 KB

Sprint Planning Poker

Build Status codecov CodeFactor

This project implements sprint planning poker using a WebSocket based api. This has been implemented in both nodejs and as a serverless api using AWS API Gateway to host a serverless WebSocket layer and lambda functions that react to data being transferred.

.
├── README.md              <-- This instructions file
├── frontend               <-- Angular based frontend website
├── node-server            <-- nodejs WebSocket server use for rapid development
└── sam-server             <-- Serverless WebSocket implementation