Skip to content

A simple web chat with support for one to one and one to many communication, using React, Spring and RabbitMQ.

Notifications You must be signed in to change notification settings

ldcx1/chat-react-spring-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

To run the application inside docker containers run the following command:

DOCKER_BUILDKIT=1 docker-compose up --build

No docker

To run each component on the host use the following commands:

Spring Rest API

cd backend
RUN

React front end

cd front
npm run start

Postgres database

Start the docker container.

About

A simple web chat with support for one to one and one to many communication, using React, Spring and RabbitMQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages