- Spring Boot 3.2.0
- Java 17
- PostgreSQL
- STOMP
- Maven
1> clone the repository
git clone https://github.com/MidhunManu/realtime_chat_app_server
2> go to the server directory
cd realtime_chat_app_server
3> install dependencies and start the server
mvn clean install
mvn spring-boot:run