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
- Host: GitHub
- URL: https://github.com/priom7/realtime-notification-service-with-spring-boot
- Owner: Priom7
- Created: 2024-07-08T23:09:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T09:07:41.000Z (almost 2 years ago)
- Last Synced: 2024-07-10T03:56:14.070Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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