Skip to content

fahseltc/leaderboard-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaderboard-node

Simple NodeJS leaderboard using postgres. Used in my game project Mega Mecha Marxist II

Fully deployable on heroku free tier. No authentication.

API

(documented in Postman JSON files)
GET: /leaderboard - returns a sorted list of all the scores stored in the DB.
POST: /leaderboard - submits a score to the DB.
GET: /admin/wipe - wipes the DB. used between major updates to reset scoring.

About

Simple NodeJS leaderboard using postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published