{"id":23268995,"url":"https://github.com/jcflow/challenger","last_synced_at":"2025-04-06T08:47:28.612Z","repository":{"id":40878772,"uuid":"260375778","full_name":"jcflow/Challenger","owner":"jcflow","description":"Challenger is a web application that support all kind of games with user management.","archived":false,"fork":false,"pushed_at":"2022-12-08T10:18:58.000Z","size":11706,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T14:24:24.593Z","etag":null,"topics":["asp-net-core","brackets","challenge","challenger","csharp","docker","game","graphql","pwa","react","tournament"],"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/jcflow.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}},"created_at":"2020-05-01T04:02:22.000Z","updated_at":"2020-06-18T02:21:31.000Z","dependencies_parsed_at":"2023-01-25T07:00:57.926Z","dependency_job_id":null,"html_url":"https://github.com/jcflow/Challenger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcflow%2FChallenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcflow%2FChallenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcflow%2FChallenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcflow%2FChallenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcflow","download_url":"https://codeload.github.com/jcflow/Challenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457741,"owners_count":20941906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["asp-net-core","brackets","challenge","challenger","csharp","docker","game","graphql","pwa","react","tournament"],"created_at":"2024-12-19T17:40:24.580Z","updated_at":"2025-04-06T08:47:28.589Z","avatar_url":"https://github.com/jcflow.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Challenger\n\nChallenger is a web application that support all kind of games with user management.\nIt users Team VS. Team brackets as game type. \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/test.gif\"\u003e\n\u003c/p\u003e\n\n## Getting Started\n\n### Execution\n\n```sh\n./run.sh\n```\n\nOR\n\n```sh\ndocker pull mcr.microsoft.com/mssql/server\ndocker run -d --name challenger-db -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Password123' -p 1433:1433 mcr.microsoft.com/mssql/server:latest\nSERVER_URL_OR_NAME=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' challenger-db)\nsed -i'.original' -e \"s/SERVER_URL_OR_NAME/$SERVER_URL_OR_NAME/g\" ./Models/appsettings.json\ndocker build -t challenger-service .\ndocker run -d -it -p 8000:80 -p 8001:443 -e ASPNETCORE_URLS=\"https://+;http://+\" -e ASPNETCORE_HTTPS_PORT=8001 -e ASPNETCORE_Kestrel__Certificates__Default__Password=\"password\" -e ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx -v ${HOME}/.aspnet/https:/https/ --name challenger-service challenger-service\nmv Models/appsettings.json.original Models/appsettings.json\n```\n\n### Migrations\n\n```sh\ndotnet ef database drop\ndotnet ef migrations remove\ndotnet ef migrations add InitialCreate\ndotnet ef database update\n```\n\n## Architecture\n\n![](docs/Architecture.jpg)\n\n### Class Diagram\nThe core base of the application is using C#.\n\n![](docs/ClassDiagram.jpg)\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcflow%2Fchallenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcflow%2Fchallenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcflow%2Fchallenger/lists"}