All Projects → gothinkster → Aspnetcore Realworld Example App

gothinkster / Aspnetcore Realworld Example App

Licence: mit
ASP.NET Core backend implementation for RealWorld

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Aspnetcore Realworld Example App

Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (-96.5%)
Mutual labels:  entity-framework-core, asp-net-core, automapper
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+164.18%)
Mutual labels:  entity-framework-core, asp-net-core, net-core
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-97.79%)
Mutual labels:  entity-framework-core, asp-net-core, automapper
eixample
Multi-Tenant .NET 6 Architecture (Angular, Vue, React)
Stars: ✭ 61 (-95.36%)
Mutual labels:  entity-framework-core, asp-net-core, automapper
Kodkod
https://github.com/alirizaadiyahsi/Nucleus Web API layered architecture startup template with ASP.NET Core 2.1, EF Core 2.1 and Vue Client
Stars: ✭ 45 (-96.58%)
Mutual labels:  entity-framework-core, asp-net-core, automapper
Webapicontrib.core
Community Contributions for ASP.NET Core
Stars: ✭ 426 (-67.6%)
Mutual labels:  asp-net-core, net-core
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+289.35%)
Mutual labels:  automapper, asp-net-core
X.pagedlist
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core
Stars: ✭ 625 (-52.47%)
Mutual labels:  asp-net-core, net-core
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (-98.17%)
Mutual labels:  entity-framework-core, asp-net-core
Plato
Plato helps software teams connect & stay engaged with users to gather feedback, provide support & deliver better software.
Stars: ✭ 293 (-77.72%)
Mutual labels:  asp-net-core, net-core
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (-50.34%)
Mutual labels:  entity-framework-core, automapper
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (-98.1%)
Mutual labels:  entity-framework-core, asp-net-core
Fido2 Net Lib
FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET
Stars: ✭ 417 (-68.29%)
Mutual labels:  asp-net-core, net-core
Starwars
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
Stars: ✭ 559 (-57.49%)
Mutual labels:  entity-framework-core, asp-net-core
Asp.net Core Inventory Order Management System
Project example Asp.Net Core Mvc implementation of inventory order management system. warehouse, product, vendor, customer, purchase order, sales order, shipment, goods receive and more.
Stars: ✭ 301 (-77.11%)
Mutual labels:  entity-framework-core, asp-net-core
Angular Asp.netcorewebapi Mysql Crud Project
Angular 5 + ASP.Net Core 2.0 WebAPI + MySQL CRUD Sample
Stars: ✭ 22 (-98.33%)
Mutual labels:  entity-framework-core, asp-net-core
Urf.core.sample
URF.Core Sample Solution - E2E sample built with ASP.NET Core, Entity Framework Core, URF.Core, Angular, Kendo UI & OData Core. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 40 (-96.96%)
Mutual labels:  entity-framework-core, asp-net-core
Asp.net User Role Membership Example
Asp.Net Core Mvc Full Implementation Example of User Role & Membership.
Stars: ✭ 33 (-97.49%)
Mutual labels:  entity-framework-core, asp-net-core
Apiintegrationtestsamples
Demo project containing end-to-end, in-memory integration tests in ASP.NET Core 2.1
Stars: ✭ 62 (-95.29%)
Mutual labels:  entity-framework-core, asp-net-core
Banksystem
ASP.NET Core banking system with secure communication capability between instances, cards, secure payments, etc.
Stars: ✭ 70 (-94.68%)
Mutual labels:  entity-framework-core, asp-net-core

RealWorld Example App

ASP.NET Core codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

RealWorld

This 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.

We've gone to great lengths to adhere to the ASP.NET Core community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

This is using ASP.NET Core with:

This basic architecture is based on this reference architecture: https://github.com/jbogard/ContosoUniversityCore

Getting started

Install the .NET Core SDK and lots of documentation: https://www.microsoft.com/net/download/core

Documentation for ASP.NET Core: https://docs.microsoft.com/en-us/aspnet/core/

Docker Build

There is a 'Makefile' for OS X and Linux:

  • make build executes docker-compose build
  • make run executes docker-compose up

The above might work for Docker on Windows

Local building

  • It's just another C# file! dotnet run -p build/build.csproj

Swagger URL

  • http://localhost:5000/swagger

GitHub Actions build

Build and Test

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].