An open API service indexing awesome lists of open source software.

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

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

![chat application](https://github.com/ubaidrmn/oop_project/blob/main/frontend/public/screenshot1.png)
![chat application](https://github.com/ubaidrmn/oop_project/blob/main/frontend/public/screenshot3.png)
![chat application](https://github.com/ubaidrmn/oop_project/blob/main/frontend/public/screenshot2.png)