A real-time chat web application created with Java and Vue.
- Backend (Spring Boot + Java) is inside the ChatRoom folder.
- Frontend (Vue3 + TypeScript) is inside the ChatClient folder.
cd ./ChatRoom
mvn package
java -jar target/ChatRoom-0.0.1-SNAPSHOT.jar
cd ./ChatClient
npm install
npm run dev
When both the frontend and backend are running, you can access the website at http://localhost:5173/