https://github.com/ubaidrmn/springboot-chat
A simple chat application built with Spring boot & React.js
https://github.com/ubaidrmn/springboot-chat
java object-oriented-programming oop oop-java reactjs spring-boot
Last synced: 3 months ago
JSON representation
A simple chat application built with Spring boot & React.js
- Host: GitHub
- URL: https://github.com/ubaidrmn/springboot-chat
- Owner: ubaidrmn
- Created: 2022-12-23T17:05:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T10:25:01.000Z (3 months ago)
- Last Synced: 2025-03-23T10:26:57.484Z (3 months ago)
- Topics: java, object-oriented-programming, oop, oop-java, reactjs, spring-boot
- Language: JavaScript
- Homepage:
- Size: 796 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot Chat
This is a simple chat application built with Spring Boot & React.js for OOP semester project at my university.
## Features
- Authentication via Google API
- Real-time messaging using STOMP over WebSockets
- Chat history stored in MySQL## Start development server using docker:
```
docker compose up
```## Screenshots


