Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 426 Bytes

File metadata and controls

15 lines (9 loc) · 426 Bytes

dotnet_SimpleScoreboardAPI

Simple Scoreboard REST API using dotnet 8 with EntityFramework

Just modify the appsettings.json file with your connection string and database provider. Azure deployment files are also included for cloud usage.

/GET will return top 10 results

/GET/{int} allows you to set the returned amout of results

/POST to add new score

Demo scene on Unity https://github.com/atretador/ScoreboardAPIDemo