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")
- Host: GitHub
- URL: https://github.com/maoschanz/slightstone-server
- Owner: maoschanz
- License: gpl-3.0
- Created: 2018-11-22T10:19:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T18:46:02.000Z (over 6 years ago)
- Last Synced: 2025-01-18T22:48:54.539Z (4 months ago)
- Language: Java
- Homepage:
- Size: 314 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```