Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
/ chat-room Public archive

A chat web-application created with Vue3 and Spring Boot

Notifications You must be signed in to change notification settings

truongdd03/chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat-room

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.

Screenshot 2023-03-05 at 10 28 04 PM

Setup

Backend

cd ./ChatRoom
mvn package
java -jar target/ChatRoom-0.0.1-SNAPSHOT.jar

Frontend

cd ./ChatClient
npm install
npm run dev

When both the frontend and backend are running, you can access the website at http://localhost:5173/