Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.55 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.55 KB

CGI-Platypi

Build Status codecov

Running the application

Running the unit tests

  • Make sure postgres is running
  • createdb cgi_platypi_test
  • Open project in intellij
  • Go to tests and hit run button

User Stories

As a CGI Platypi user, So that I can start chatting to other users, I want to be able to send messages into a chat room. As a CGI Platypi user, So that I can see what other users are saying, I want to be able to view messages that other users have sent in a chat room. As a CGI Platypi user, So that I can look back on messages I’ve sent and received, I want messages to be saved in a chat log through a database. As a CGI Platypi user, So that I can tell other users who I am, I want to be able to create a user account for myself. As a CGI Platypi user, So that I can differentiate myself from other users, I want to be able to customise my user account with an avatar (ideally a platypus). As a CGI Platypi user, So that I can talk to different groups of people, I want to be able to switch between different chat rooms.