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
- Host: GitHub
- URL: https://github.com/losthopes/botscrew-test
- Owner: LostHopes
- Created: 2025-10-03T10:34:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T07:58:21.000Z (10 months ago)
- Last Synced: 2025-10-07T09:40:51.459Z (10 months ago)
- Topics: spring-boot, university
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```