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

https://github.com/atretador/dotnet_simplescoreboardapi

Simple Scoreboard REST API using dotnet core with EntityFramework
https://github.com/atretador/dotnet_simplescoreboardapi

dotnet-core entity-framework rest-api

Last synced: 3 months ago
JSON representation

Simple Scoreboard REST API using dotnet core with EntityFramework

Awesome Lists containing this project

README

        

# 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