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

https://github.com/qvil/leaderboard-api

Leaderboard API. 🏆
https://github.com/qvil/leaderboard-api

Last synced: 2 months ago
JSON representation

Leaderboard API. 🏆

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/