{"id":32473891,"url":"https://github.com/tom474/video-game-server","last_synced_at":"2026-05-06T04:33:09.129Z","repository":{"id":319497033,"uuid":"1072740533","full_name":"tom474/video-game-server","owner":"tom474","description":"A Web API scaffold for building multiplayer-ready game servers with EF Core and SQL Server.","archived":false,"fork":false,"pushed_at":"2025-10-18T15:02:16.000Z","size":354,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T09:09:13.360Z","etag":null,"topics":["csharp","dotnet","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tom474.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-09T06:34:39.000Z","updated_at":"2025-10-19T08:11:56.000Z","dependencies_parsed_at":"2025-10-19T09:09:25.687Z","dependency_job_id":"f8bf84d3-a792-4dbe-a119-c590c5c37d42","html_url":"https://github.com/tom474/video-game-server","commit_stats":null,"previous_names":["tom474/video_game_server"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tom474/video-game-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fvideo-game-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fvideo-game-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fvideo-game-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fvideo-game-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tom474","download_url":"https://codeload.github.com/tom474/video-game-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom474%2Fvideo-game-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","sql-server"],"created_at":"2025-10-26T19:21:13.807Z","updated_at":"2026-05-06T04:33:09.122Z","avatar_url":"https://github.com/tom474.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Game Server\n\nVideo Game Server is an ASP.NET Core backend that provides a structured Web API project with controllers, models, Entity Framework Core, and SQL Server configuration.\n\n## Tech Stack\n\n- Server: ASP.NET Core (.NET 8), Entity Framework Core\n- Database: Microsoft SQL Server (e.g., SQLExpress)\n- Tooling: .NET SDK 8.0+, Visual Studio 2022+ or VS Code\n\n## Features\n\n- Web API project with Controllers and Models\n- Entity Framework Core with SQL Server integration\n- Existing EF Core migrations\n- Configuration via `appsettings.json` and `appsettings.Development.json`\n- OpenAPI documentation enabled in Development via Scalar.AspNetCore\n- HTTPS redirection and authorization middleware\n\n## Quick Start\n\n\u003e Follow these steps to set up the project locally on your machine.\n\nClone the repository\n\n```bash\ngit clone https://github.com/tom474/video_game_server.git\n```\n\nNavigate to the project directory\n\n```bash\ncd video_game_server\n```\n\nConfigure the database connection\n\n- Update the SQL Server connection string in:\n  - `VideoGameServer/appsettings.Development.json` (for local development), or\n  - `VideoGameServer/appsettings.json`\n\nExample:\n```json\n{\n  \"ConnectionStrings\": {\n    \"DefaultConnection\": \"Server=localhost\\\\SQLExpress;Database=VideoGameDb;Trusted_Connection=true;TrustServerCertificate=true;\"\n  }\n}\n```\n\nRestore dependencies and build\n\n```bash\ndotnet restore\ndotnet build\n```\n\nApply database migrations\n\n```bash\n# If you don't have it yet:\n# dotnet tool install --global dotnet-ef\n\ndotnet ef database update --project ./VideoGameServer\n```\n\nRun the server\n\n```bash\n# CLI\ndotnet run --project ./VideoGameServer\n\n# Or open VideoGameServer.sln in Visual Studio and press F5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom474%2Fvideo-game-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftom474%2Fvideo-game-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom474%2Fvideo-game-server/lists"}