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

https://github.com/b-e-d-a/sd-xp-spring


https://github.com/b-e-d-a/sd-xp-spring

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# SD-XP-spring

## Сборка проекта

1. Клонируйте репозиторий:

```bash
git clone https://github.com/B-E-D-A/SD-XP-spring.git
cd SD-XP-spring
```

2. Соберите проект:
```bash
./gradlew build
```

3. Запуск:
```bash
java -jar build/libs/chat-app.jar
```

4. Тесты:
```bash
./gradlew test
```