https://github.com/aifia105/chat_app
A backend service for a chat application, implemented in Java.
https://github.com/aifia105/chat_app
java jwt mongodb spring-boot websocket
Last synced: 2 months ago
JSON representation
A backend service for a chat application, implemented in Java.
- Host: GitHub
- URL: https://github.com/aifia105/chat_app
- Owner: aifia105
- Created: 2023-12-18T05:22:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:44:32.000Z (over 1 year ago)
- Last Synced: 2025-01-15T14:45:19.635Z (over 1 year ago)
- Topics: java, jwt, mongodb, spring-boot, websocket
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App Backend
A backend service for a chat application, implemented in Java.
## Description
This project provides the backend functionality for a chat application, supporting both individual and group chat features.
## Installation
Clone the repository:
```bash
git clone https://github.com/aifia105/Chat_app.git
cd Chat_app
```
## Usage
Use Maven to build and run the application:
```bash
./mvnw spring-boot:run
```