https://github.com/larsbergqvist/highscore-service
A service that allows for storing high score lists / leader boards for games. The service has a REST Api and uses a MongoDB database. See https://thingsmatic.com/2021/07/29/puzzling-with-react-and-redux/ for details
https://github.com/larsbergqvist/highscore-service
c-sharp highscorelist highscores-api leaderboard-api mongodb net6 rest-api
Last synced: about 1 month ago
JSON representation
A service that allows for storing high score lists / leader boards for games. The service has a REST Api and uses a MongoDB database. See https://thingsmatic.com/2021/07/29/puzzling-with-react-and-redux/ for details
- Host: GitHub
- URL: https://github.com/larsbergqvist/highscore-service
- Owner: LarsBergqvist
- License: mit
- Created: 2021-07-04T06:18:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T18:52:21.000Z (about 2 years ago)
- Last Synced: 2025-03-18T00:18:16.495Z (7 months ago)
- Topics: c-sharp, highscorelist, highscores-api, leaderboard-api, mongodb, net6, rest-api
- Language: C#
- Homepage: https://thingsmatic.com/2021/07/29/puzzling-with-react-and-redux/
- Size: 168 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# highscore-service 
A service that allows for storing high score lists / leader boards for games. The service has a REST Api and uses a MongoDB database. See https://thingsmatic.com/2021/07/29/puzzling-with-react-and-redux/ for details
