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
- Host: GitHub
- URL: https://github.com/atretador/dotnet_simplescoreboardapi
- Owner: atretador
- License: gpl-3.0
- Created: 2021-11-23T10:59:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T19:12:36.000Z (over 1 year ago)
- Last Synced: 2024-02-12T19:59:19.080Z (over 1 year ago)
- Topics: dotnet-core, entity-framework, rest-api
- Language: C#
- Homepage:
- Size: 46.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet_SimpleScoreboardAPI
Simple Scoreboard REST API using dotnet 8 with EntityFrameworkJust 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