{"id":13399438,"url":"https://github.com/gothinkster/aspnetcore-realworld-example-app","last_synced_at":"2025-05-14T03:10:22.389Z","repository":{"id":40685993,"uuid":"91508938","full_name":"gothinkster/aspnetcore-realworld-example-app","owner":"gothinkster","description":"ASP.NET Core backend implementation for RealWorld","archived":false,"fork":false,"pushed_at":"2025-02-25T11:49:00.000Z","size":492,"stargazers_count":1990,"open_issues_count":17,"forks_count":562,"subscribers_count":84,"default_branch":"master","last_synced_at":"2025-04-13T00:38:27.060Z","etag":null,"topics":["asp-net-core","automapper","cake","csharp","entity-framework-core","mediatr","net-core","realworld"],"latest_commit_sha":null,"homepage":"https://realworld.io","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gothinkster.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":["geromegrignon"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"geromegrignon","custom":null}},"created_at":"2017-05-16T22:10:31.000Z","updated_at":"2025-04-10T02:37:40.000Z","dependencies_parsed_at":"2025-03-08T13:32:46.679Z","dependency_job_id":"bad2083f-e3df-44b6-8b2b-aea26510f513","html_url":"https://github.com/gothinkster/aspnetcore-realworld-example-app","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/gothinkster%2Faspnetcore-realworld-example-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gothinkster%2Faspnetcore-realworld-example-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gothinkster%2Faspnetcore-realworld-example-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gothinkster%2Faspnetcore-realworld-example-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gothinkster","download_url":"https://codeload.github.com/gothinkster/aspnetcore-realworld-example-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059511,"owners_count":22007769,"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","automapper","cake","csharp","entity-framework-core","mediatr","net-core","realworld"],"created_at":"2024-07-30T19:00:37.833Z","updated_at":"2025-05-14T03:10:17.377Z","avatar_url":"https://github.com/gothinkster.png","language":"C#","funding_links":["https://github.com/sponsors/geromegrignon","https://buymeacoffee.com/geromegrignon"],"categories":["C# #","C#","csharp","Sample Projects","C\\#","Sample \u0026 Reference Applications","Architectural Style"],"sub_categories":["Workflow","Clean Architecture"],"readme":"# ![RealWorld Example App](logo.png)\n\nASP.NET Core codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld-example-apps) spec and API.\n\n## [RealWorld](https://github.com/gothinkster/realworld)\n\nThis codebase was created to demonstrate a fully fledged fullstack application built with ASP.NET Core (with Feature orientation) including CRUD operations, authentication, routing, pagination, and more.\n\nWe've gone to great lengths to adhere to the ASP.NET Core community styleguides \u0026 best practices.\n\nFor more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.\n\n## How it works\n\nThis is using ASP.NET Core with:\n\n- CQRS and [MediatR](https://github.com/jbogard/MediatR)\n  - [Simplifying Development and Separating Concerns with MediatR](https://blogs.msdn.microsoft.com/cdndevs/2016/01/26/simplifying-development-and-separating-concerns-with-mediatr/)\n  - [CQRS with MediatR and AutoMapper](https://lostechies.com/jimmybogard/2015/05/05/cqrs-with-mediatr-and-automapper/)\n  - [Thin Controllers with CQRS and MediatR](https://codeopinion.com/thin-controllers-cqrs-mediatr/)\n- [AutoMapper](http://automapper.org)\n- [Fluent Validation](https://github.com/JeremySkinner/FluentValidation)\n- Feature folders and vertical slices\n- [Entity Framework Core](https://docs.microsoft.com/en-us/ef/) on SQLite for demo purposes. Can easily be anything else EF Core supports. Open to porting to other ORMs/DBs.\n- Built-in Swagger via [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)\n- [Bullseye](https://github.com/adamralph/bullseye) for building!\n- JWT authentication using [ASP.NET Core JWT Bearer Authentication](https://github.com/aspnet/Security/tree/master/src/Microsoft.AspNetCore.Authentication.JwtBearer).\n- Use [dotnet-format](https://github.com/dotnet/format) for style checking\n- `.editorconfig` to enforce some usage patterns\n\nThis basic architecture is based on this reference architecture: [https://github.com/jbogard/ContosoUniversityCore](https://github.com/jbogard/ContosoUniversityCore)\n\n## Getting started\n\nInstall the .NET Core SDK and lots of documentation: [https://www.microsoft.com/net/download/core](https://www.microsoft.com/net/download/core)\n\nDocumentation for ASP.NET Core: [https://docs.microsoft.com/en-us/aspnet/core/](https://docs.microsoft.com/en-us/aspnet/core/)\n\n## Docker Build\n\nThere is a 'Makefile' for OS X and Linux:\n\n- `make build` executes `docker-compose build`\n- `make run` executes `docker-compose up`\n\nThe above might work for Docker on Windows\n\n## Local building\n\n- It's just another C# file!   `dotnet run -p build/build.csproj`\n\n## Swagger URL\n\n- `http://localhost:5000/swagger`\n\n## GitHub Actions build\n\n![Build and Test](https://github.com/gothinkster/aspnetcore-realworld-example-app/workflows/Build%20and%20Test/badge.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgothinkster%2Faspnetcore-realworld-example-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgothinkster%2Faspnetcore-realworld-example-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgothinkster%2Faspnetcore-realworld-example-app/lists"}