CarpenterT / Cen3031GroupProject

This is the repository for our project
0 stars 0 forks source link

Added chat page #33

Closed CarpenterT closed 1 year ago

CarpenterT commented 1 year ago

Make sure you have the backend running (cd into backend/src and run go build). Then go to the chat page in the top right. You can add and delete messages, I didn't add a check to see if you were deleting your own messages. I also didn't add edit functionality yet.