{"id":15003053,"url":"https://github.com/omerfe/golo","last_synced_at":"2025-05-07T06:46:01.137Z","repository":{"id":42631012,"uuid":"465839225","full_name":"omerfe/GoLo","owner":"omerfe","description":"\u003cGame: \"On\"; Life: \"Off\"; /\u003e","archived":false,"fork":false,"pushed_at":"2022-03-30T09:06:30.000Z","size":14750,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T06:45:52.983Z","etag":null,"topics":["bootstrap4","bootstrap5","clean-architecture","datatables","dotnet-core","entity-framework-core","font-awesome","identity-management","javascript","mssql-database","oop","razor-pages","solid-principles","toastr-js"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/omerfe.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":"2022-03-03T18:27:44.000Z","updated_at":"2022-03-28T20:43:02.000Z","dependencies_parsed_at":"2022-09-11T07:20:20.986Z","dependency_job_id":null,"html_url":"https://github.com/omerfe/GoLo","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/omerfe%2FGoLo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omerfe%2FGoLo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omerfe%2FGoLo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omerfe%2FGoLo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omerfe","download_url":"https://codeload.github.com/omerfe/GoLo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252831178,"owners_count":21810779,"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":["bootstrap4","bootstrap5","clean-architecture","datatables","dotnet-core","entity-framework-core","font-awesome","identity-management","javascript","mssql-database","oop","razor-pages","solid-principles","toastr-js"],"created_at":"2024-09-24T18:55:28.889Z","updated_at":"2025-05-07T06:46:01.084Z","avatar_url":"https://github.com/omerfe.png","language":"CSS","readme":"# GoLo Games\n\n### Contributors\n* \u003ca href=\"https://github.com/MAliRagipCakir\"\u003eMuhammed Ali Ragıp Çakır\u003c/a\u003e\n* \u003ca href=\"https://github.com/sinaemre\"\u003eSina Emre Bekar\u003c/a\u003e\n* \u003ca href=\"https://github.com/sedaahi\"\u003eSeda Ahi\u003c/a\u003e\n* \u003ca href=\"https://github.com/omerfe\"\u003eÖmer Eker\u003c/a\u003e\n\nGoLo Games is an e-commerce website that sells keys which users need to enter in order to activate the games they downloaded from various platforms such as Steam. Users can access the newest games, pre-order them before their release dates with available discounts and view their orders in detail. Admins have a personal dashboard which can be used to create, edit or delete controls such as games, platforms, discounts, keys and products. You can find a few videos below to preview the pages.\n\nhttps://user-images.githubusercontent.com/92364088/160476167-80318282-773a-44c7-86b4-ac65cc89b740.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160474433-5adb507d-1da7-4f80-aaed-96de31b39695.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160475524-40a7adf9-85ac-4693-a41b-e7c02c8b47b2.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160476127-b8a48134-06e2-4c5b-9274-60ec0355fcd2.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160475504-25ca1a0a-5d49-4b42-92e0-33ea17c7ab05.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160476293-a2a4dcba-853b-440d-b246-09d26d284d7d.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160476311-a2dacfa0-1aba-4405-9568-779a61856f83.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160476319-def55e35-7f03-4b44-a7b1-1111c98f7509.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160476339-f49b5d66-4ef8-4678-91f6-8e4d4d3d0039.mp4\n\nhttps://user-images.githubusercontent.com/92364088/160476438-37c6c7c9-5fc7-48c9-950d-c9f29971f5e7.mp4\n\n\n### To Access Admin Panel\n```\n* Admin Username: admin@example.com\n* Admin Password: P@ssword1\n```\n\n### Project Structure\n```\n/src\n* ApplicationCore\n* Infrastructure\n* Web\n```\n\n### Migrations\n```\n/Infrastructure\nAdd-Migration InitialCreate -Context GoloContext -OutputDir \"Data\\Migrations\"\nUpdate-Database -Context GoloContext\nAdd-Migration InitialIdentity -Context GoloIdentityDbContext -OutputDir \"Identity\\Migrations\"\nUpdate-Database -Context GoloIdentityDbContext\n```\n\n### Packages\n```\n/ApplicationCore\nInstall-Package Ardalis.Specification -v 5.2.0\n\n/Infrastructure\nInstall-Package Microsoft.EntityFrameworkCore -v 5.0.12\nInstall-Package Ardalis.Specification.EntityFrameworkCore -v 5.2.0\nInstall-Package Microsoft.AspNetCore.Identity.EntityFrameworkCore -v 5.0.12\nInstall-Package Microsoft.EntityFrameworkCore.SqlServer -v 5.0.12\nInstall-Package Microsoft.EntityFrameworkCore.Tools -v 5.0.12\n```\n\n### Resources\n* https://github.com/dotnet-architecture/eShopOnWeb\n* https://github.com/yigith/TechMarket\n* https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-5.0#localization-middleware\n* https://getbootstrap.com/docs/5.1/forms/layout/#inline-forms\n* https://getbootstrap.com/docs/5.1/components/pagination/#alignment\n* https://gist.github.com/yigith/c6f999788b833dc3d22ac6332a053dd1\n* https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-context?view=aspnetcore-5.0\n* https://docs.microsoft.com/en-us/ef/core/querying/related-data/eager\n* https://docs.microsoft.com/en-us/aspnet/core/mvc/models/model-binding?view=aspnetcore-5.0#dictionaries-1\n* https://github.com/dotnet/aspnetcore/issues/16663\n* https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.modelbinderattribute.name?view=aspnetcore-5.0\n* https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/write?view=aspnetcore-5.0\n* https://stackoverflow.com/questions/39325414/line-break-in-html-with-n\n* https://stackoverflow.com/questions/13513932/algorithm-to-detect-overlapping-periods\n* https://www.cssscript.com/filterable-checkable-multi-select/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomerfe%2Fgolo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomerfe%2Fgolo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomerfe%2Fgolo/lists"}