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

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.

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
```