- Navigate to the root of the project directory.
- Ensure you have Docker installed on your machine and have Docker Desktop running in the background. Run
docker-compose up
. This should trigger thedocker-compose.yml
file which runs theDockerfile
. - Go to http://localhost:3000 to see the frontend.
- Happy chatting (:
Joins a new board and leaves old board (if you're in one):
/join <board_name>
Leaves the current board (if you're in one):
/leave
Returns a list of open chatrooms:
/list
Returns a list of all users in the chatroom:
/users