https://github.com/koger23/levelcounterapi
Web API for Android Level Counter App written in .NET Core
https://github.com/koger23/levelcounterapi
api api-server asp-net-core mysql rest-api swagger
Last synced: 3 months ago
JSON representation
Web API for Android Level Counter App written in .NET Core
- Host: GitHub
- URL: https://github.com/koger23/levelcounterapi
- Owner: koger23
- Created: 2019-08-20T23:23:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T21:03:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T15:41:33.720Z (over 1 year ago)
- Topics: api, api-server, asp-net-core, mysql, rest-api, swagger
- Language: C#
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Level Counter Web API
Web API for Android Level Counter App written in .NET Core
### Purpose
To create a Web API for counting player's level and bonus for any games (e.g. for the card game Munchkin) working with Android Level Counter App
### Features on endpoints
- user can register then login
- user can host a game adding friends to it
- host can save and load the game
- friends can join to the host
- friends can manipulate their points real-time (with SignalR WebSockets)
- connect to players to make friends to play with
- discard connection request, ban friends
- check their statistics (played game/time/rounds)
- users can edit their profile (change password/avatar etc)
- check their statistics (played game/time/rounds)