docker-compose up --build -dGo to: http://localhost:3001
Usage: Log in with guest:guest or create a user, then open the MSN application (double click) to chat with other people. To log out, simply click on the Start menu.
Go to the backend directory
cd backInstall dependencies
npm ciStart the RabbitMQ server
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.13-managementStart the server
npm run startGo to the frontend directory
cd frontInstall dependencies
npm ciStart the server
npm run devLink to Dashboard
| username | password |
|---|---|
guest |
guest |
POST /register| Parameter | Type | Description |
|---|---|---|
username |
string |
Required. Username |
password |
string |
Required. Password |
POST /login| Parameter | Type | Description |
|---|---|---|
username |
string |
Required. Username |
password |
string |
Required. Password |