- Xiong Yuan, (@xyuan04)
- Ryan Hufford, (@r-m-hufford)
- Kelly Porter, (@KellyPorter02)
- Objective - to create an implementation of a small web service -> a chat messaging service utilizing WebSockets
- Purpose - to demonstrate the construction of a full-stacked web-application
- Wireframe - Figma
- Frontend - Angular
- Business Logic - Java
- Data Layer - Postgres
- Cloud - Heroku
Use Spring Initializr to create a starting point for your application
- As a client, (not logged in) I
- can send messages to a peer.
- can view default channels
- can view all accessible channels
- can view messages live as they are received