https://github.com/qvil/leaderboard-api
Leaderboard API. 🏆
https://github.com/qvil/leaderboard-api
Last synced: 2 months ago
JSON representation
Leaderboard API. 🏆
- Host: GitHub
- URL: https://github.com/qvil/leaderboard-api
- Owner: qvil
- License: mit
- Created: 2019-08-26T09:25:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T09:12:00.000Z (almost 7 years ago)
- Last Synced: 2025-03-22T22:39:02.511Z (about 1 year ago)
- Language: Java
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leaderboard API
## Setup
- MySQL with Docker: `docker run --name mysql -e MYSQL_ROOT_PASSWORD=secret -d -p 3306:3306 mysql
`
## Reference
- https://spring.io/guides/gs/rest-service/