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

https://github.com/maoschanz/slightstone-server

Server part of the "Mini-Heartstone" university java project (project of "Algorithme, Conception et mise en œuvre de logiciels")
https://github.com/maoschanz/slightstone-server

Last synced: 3 months ago
JSON representation

Server part of the "Mini-Heartstone" university java project (project of "Algorithme, Conception et mise en œuvre de logiciels")

Awesome Lists containing this project

README

        

# slightstone-server

Server part of the "Mini-Heartstone" java project (project of "Algorithme, Conception et mise en œuvre de logiciels" and "Test Logiciel")

[Le code du client](https://github.com/ArthuurT/MiniHearthstone)

## Requires

- `mysql`

## Lancement

```
./mvnw spring-boot:run
```
ou bien
```
./mvnw clean package
java -jar target/slightstone-server-0.0.1-SNAPSHOT.jar
```

## Tests
```
./mvnw test
```