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

https://github.com/losthopes/botscrew-test

Test task for Botscrew
https://github.com/losthopes/botscrew-test

spring-boot university

Last synced: 2 months ago
JSON representation

Test task for Botscrew

Awesome Lists containing this project

README

          

# Requirements

- Java >= 25
- Docker (optional)

# Build instructions

```sh
./gradlew build
```
or

```sh
./gradlew clean build
```

and then run

```sh
java -jar build/libs/university-0.0.1-SNAPSHOT.jar
```

## With docker

```sh
sudo docker build -t university .
sudo docker run -it university /bin/bash
```