docker-compose up --build -d
Go 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 back
Install dependencies
npm ci
Start the RabbitMQ server
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.13-management
Start the server
npm run start
Go to the frontend directory
cd front
Install dependencies
npm ci
Start the server
npm run dev
Link to Dashboard
username | password |
---|---|
guest |
guest |
POST /register
Parameter | Type | Description |
---|---|---|
username |
string |
Required. Username |
password |
string |
Required. Password |
POST /#
Parameter | Type | Description |
---|---|---|
username |
string |
Required. Username |
password |
string |
Required. Password |