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

https://github.com/priom7/realtime-notification-service-with-spring-boot

Java spring boot web API, React JS, Socket IO. Real time push notification service API
https://github.com/priom7/realtime-notification-service-with-spring-boot

Last synced: 7 months ago
JSON representation

Java spring boot web API, React JS, Socket IO. Real time push notification service API

Awesome Lists containing this project

README

          

# Real-Time Notification Service

This project demonstrates a real-time notification service using Spring Boot for the backend and React for the frontend. The service allows for real-time updates via WebSockets, ensuring that notifications are pushed to the client instantly.

## Prerequisites

- **Java 11 or higher**
- **Maven**
- **Node.js and npm**
- **Docker (Optional, for containerized deployment)**

## Project Structure

- **backend/**: Contains the Spring Boot application
- **frontend/**: Contains the React application

## Setup

### 1. Clone the Repository

```bash
git clone https://github.com/yourusername/realtime-notification-service.git
cd realtime-notification-service