All Projects β†’ moritz-mm β†’ Reddnet

moritz-mm / Reddnet

Licence: MIT license
🎭 Minimal Reddit clone

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Reddnet

Clean Architecture Manga
πŸŒ€ Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
Stars: ✭ 3,104 (+2383.2%)
Mutual labels:  domain-driven-design, clean-architecture, solid-principles
MonolithicArchitecture
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Stars: ✭ 18 (-85.6%)
Mutual labels:  aspnetcore, domain-driven-design, clean-architecture
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+1728%)
Mutual labels:  aspnetcore, domain-driven-design, clean-architecture
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+81.6%)
Mutual labels:  aspnetcore, domain-driven-design, clean-architecture
Domain Driven Hexagon
Guide on Domain-Driven Design, software architecture, design patterns, best practices etc.
Stars: ✭ 4,417 (+3433.6%)
Mutual labels:  domain-driven-design, clean-architecture, solid-principles
Practical Clean Ddd
A simplified and effortless approach to get started with Domain-driven Design, Clean Architecture, CQRS, and Microservices patterns
Stars: ✭ 28 (-77.6%)
Mutual labels:  aspnetcore, clean-architecture
Cqrswithmediatr
CQRS implementation in .NET Core with MediaTR tutorial
Stars: ✭ 71 (-43.2%)
Mutual labels:  aspnetcore, domain-driven-design
Comboost
ComBoostζ˜―δΈ€δΈͺι’†εŸŸι©±εŠ¨ηš„εΏ«ι€ŸεΌ€ε‘ζ‘†ζžΆ
Stars: ✭ 111 (-11.2%)
Mutual labels:  aspnetcore, domain-driven-design
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (+29.6%)
Mutual labels:  aspnetcore, domain-driven-design
Neventlite
NEventLite - An extensible lightweight library for .NET that manages the Aggregate lifecycle in an Event Sourced system. Supports Event and Snapshot storage providers like EventStore/Redis or SQL Server. Built with dependency injection in mind and seamlessly integrates with AspNetCore.
Stars: ✭ 117 (-6.4%)
Mutual labels:  aspnetcore, domain-driven-design
Onion Architecture Asp.net Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
Stars: ✭ 196 (+56.8%)
Mutual labels:  aspnetcore, clean-architecture
Cleanarchitecture.webapi
An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
Stars: ✭ 615 (+392%)
Mutual labels:  aspnetcore, clean-architecture
Boilerplate
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
Stars: ✭ 243 (+94.4%)
Mutual labels:  aspnetcore, clean-architecture
Aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Stars: ✭ 10,061 (+7948.8%)
Mutual labels:  aspnetcore, domain-driven-design
Netcorekit
πŸ’— A crafted toolkit for building cloud-native apps on the .NET platform
Stars: ✭ 248 (+98.4%)
Mutual labels:  aspnetcore, clean-architecture
Devarchitecture
DevArchitecture Backend Project
Stars: ✭ 243 (+94.4%)
Mutual labels:  aspnetcore, clean-architecture
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-79.2%)
Mutual labels:  domain-driven-design, clean-architecture
Flutter Architecture Ddd
Flutter Architecture inspired by Domain Driven Design, Onion and Clean Architecture
Stars: ✭ 190 (+52%)
Mutual labels:  domain-driven-design, clean-architecture
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 πŸ”₯
Stars: ✭ 228 (+82.4%)
Mutual labels:  domain-driven-design, clean-architecture
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 208 (+66.4%)
Mutual labels:  aspnetcore, clean-architecture

Reddnet

A simple open source mini Reddit written in .NET 6.0 with ASP.NET Core.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository

  2. At the root directory, restore required packages by running:

    dotnet restore
    
  3. Next, build the solution by running:

    dotnet build
    
  4. Next, execute the project by running:

    dotnet run
    

Technologies

  • .NET 6
  • ASP.NET Core 6
  • Entity Framework Core 6
  • Postgresql

Images




License

Distributed under the MIT License. See LICENSE.txt for more information.

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