LOQUI is a simple real-time chat application that demonstrates how to use Apache Kafka as a message broker along with Java, Spring Boot and React on the front-end
This project is a case study and should not be used for any real purpose
- Docker version 20 or higher and docker-compose
- Ports 3000, 8080, 22181 and 29092
Clone the project, and run the following command in the root directory:
docker-compose up -d --build
The client will be running on localhost, port 3000
All the code on this repository is licensed under the GNU General Public License v3.0