This is a Chat app made as an excercise.
Client: Vite, React, Tailwind, Javascript, CSS, HTML
Server: Java, WebSockets, STOMP
To deploy this project:
git clone https://github.com/AmaaniL/Chat.git
Then from the cloned folder run:
backend:
cd Chatserver
mvn spring-boot:run
frontend:
cd Chatclient
npm run start