All Projects → CleanArchitecture-Template → Similar Projects or Alternatives

1618 Open source projects that are alternatives of or similar to CleanArchitecture-Template

Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+8433.33%)
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 (-25%)
Modular Monolith With Ddd
Full Modular Monolith application with Domain-Driven Design approach.
Stars: ✭ 6,210 (+10250%)
Mutual labels:  cqrs, clean-code, clean-architecture
fastapi-pydiator
Python clean architecture and usecase implementation with fastapi and pydiator-core
Stars: ✭ 58 (-3.33%)
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+13650%)
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (+2021.67%)
Mutual labels:  cqrs, clean-code, clean-architecture
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-70%)
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-70%)
Mutual labels:  cqrs, asp-net-core, mediatr
Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (+311.67%)
Mutual labels:  cqrs, clean-architecture, asp-net-core
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 (-70%)
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 (+925%)
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 (+5073.33%)
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (+13.33%)
Mutual labels:  cqrs, clean-code, clean-architecture
Dev Stuff
😎 Programming stuff for everyone. Collection of articles, videos about architecture, Domain Driven Design, microservices, testing etc.
Stars: ✭ 105 (+75%)
Mutual labels:  cqrs, clean-code, clean-architecture
MsCoreOne
MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.
Stars: ✭ 77 (+28.33%)
Mutual labels:  swagger-ui, mediatr, fluentvalidation
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 (-51.67%)
Mutual labels:  cqrs, asp-net-core, mediatr
MediatrTutorial
CQRS implementation in ASP.NET Core using MediatR in .NET 5
Stars: ✭ 88 (+46.67%)
Mutual labels:  cqrs, asp-net-core, mediatr
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+280%)
Mutual labels:  cqrs, clean-code, clean-architecture
Aspnetcore Webapi Course
Professional REST API design with ASP.NET Core 3.1 WebAPI
Stars: ✭ 323 (+438.33%)
PracticeApp
A "must-have a look" project for newcomers in android.
Stars: ✭ 38 (-36.67%)
Mutual labels:  clean-code, cleanarchitecture
Quasar-JWT
Quasar - JWT Authentication Starter Kit
Stars: ✭ 38 (-36.67%)
Mutual labels:  jwt-token, jwt-authentication
NodeJS-A-Clean-Archticture-NJCA
This is a simple NodeJS Architecture can be used in an enterprise applications. 🎉🤔
Stars: ✭ 64 (+6.67%)
Mutual labels:  clean-code, clean-architecture
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+160%)
Mutual labels:  asp-net-core, jwt-authentication
jwx
JSON/JWK/JWS/JWT/Base64 library in SPARK
Stars: ✭ 15 (-75%)
Mutual labels:  jwt-token, jwt-authentication
clean architecture typescript example
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
Stars: ✭ 78 (+30%)
Mutual labels:  clean-code, clean-architecture
ITL
Sample Web API implementation with .NET Core and DDD using Clean Architecture.
Stars: ✭ 29 (-51.67%)
birthtalk
Meet who have birth common with you
Stars: ✭ 36 (-40%)
Mutual labels:  clean-code, clean-architecture
WarmSearch
🏫 失物招领网站 (SpringBoot + MybatisPlus + JWT) 实现前后端分离项目的后台管理系统
Stars: ✭ 38 (-36.67%)
Mutual labels:  jwt-token, swagger-ui
CleanArchitectureDemo
This is a demo project built on .NET Core 3.1 Clean Architecture. Please refer the articles mentioned in the readme to learn more.
Stars: ✭ 33 (-45%)
Mutual labels:  clean-architecture, asp-net-core
gatsby-starter-redux-saas
An Gatsby starter for Saas products. Uses redux and apollo and a graphql token auth backend.
Stars: ✭ 18 (-70%)
Mutual labels:  jwt-token, jwt-authentication
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+196.67%)
Mutual labels:  cqrs, clean-architecture
React-Express-JWT-UserPortal
React.js & Express.js User portal Using Core UI, JWT, JWT Token, Refresh Token, Role & Permission management, User manamgenet, Event Log.
Stars: ✭ 22 (-63.33%)
Mutual labels:  jwt-token, jwt-authentication
OnionArchitecture
The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupli…
Stars: ✭ 314 (+423.33%)
Mutual labels:  clean-architecture, asp-net-core
nbb
.Net Building Blocks
Stars: ✭ 98 (+63.33%)
Mutual labels:  cqrs, clean-architecture
clean-code-javascript-ko
🛁 Clean Code concepts adapted for JavaScript - 한글 번역판 🇰🇷
Stars: ✭ 1,767 (+2845%)
Mutual labels:  clean-code, clean-architecture
Android-Clean-Architecture
This is a sample movie list Android application built to demonstrate use of Clean Architecture tools. Dedicated to all Android Developers - (Kotlin, MVVM, Clean Architecture, Rx-Java, Dagger, OkHttp, Unit Testing, SOLID principles, Code Coverage)
Stars: ✭ 268 (+346.67%)
go-monolith-example
Example Go monolith with embedded microservices and The Clean Architecture
Stars: ✭ 186 (+210%)
Mutual labels:  clean-code, clean-architecture
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+61.67%)
Mutual labels:  identity, asp-net-core
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+178.33%)
Mutual labels:  cqrs, clean-code
clean-architecture-azure-cosmos-db
A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.
Stars: ✭ 277 (+361.67%)
Mutual labels:  clean-architecture, asp-net-core
social-me-die
A social media experiment with .net core, ef core, react and mobx.
Stars: ✭ 16 (-73.33%)
Mutual labels:  clean-architecture, ef-core
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (+95%)
Mutual labels:  jwt-token, jwt-authentication
Uragano
Uragano, A simple, high performance RPC library. Support load balancing, circuit breaker, fallback, caching, intercepting.
Stars: ✭ 28 (-53.33%)
Mutual labels:  asp-net-core, redis-cache
FlutterCleanArchitecture
Clean Architecture for Flutter
Stars: ✭ 85 (+41.67%)
ArchitectNow.ApiStarter
Sample ASP.NET Core 2 API Setup used by ArchitectNow for corresponding workshop presentations
Stars: ✭ 35 (-41.67%)
Mutual labels:  serilog, fluentvalidation
spring-boot-login-example
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
Stars: ✭ 50 (-16.67%)
Mutual labels:  jwt-token, jwt-authentication
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-71.67%)
Mutual labels:  jwt-token, jwt-authentication
Human-Resources-Management-System
Human Resources Management System Project
Stars: ✭ 32 (-46.67%)
Mutual labels:  jwt-token, jwt-authentication
financial
POC de uma aplicação de domínio financeiro.
Stars: ✭ 62 (+3.33%)
Mutual labels:  cqrs, clean-architecture
node-mysql
Node with mysql boilerplate
Stars: ✭ 72 (+20%)
Mutual labels:  jwt-token, jwt-authentication
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+66.67%)
Mutual labels:  jwt-token, jwt-authentication
Auth-using-Vuejs-express-jwt-nodejs
Login and signup form and authentication using Vue.js, express, mongodb, JWT and bootstrap-vue
Stars: ✭ 17 (-71.67%)
Mutual labels:  jwt-token, jwt-authentication
Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (-23.33%)
Mutual labels:  serilog, asp-net-core
laravel-vue-starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 80 (+33.33%)
Mutual labels:  jwt-token, jwt-authentication
NodeScalableArchitecture
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.
Stars: ✭ 62 (+3.33%)
Mutual labels:  jwt-token, jwt-authentication
MediatR.AspNetCore.Endpoints
No description or website provided.
Stars: ✭ 89 (+48.33%)
Mutual labels:  asp-net-core, mediatr
CleanArchitecture-SocketIO
CleanArchitecture with SocketIo 📡
Stars: ✭ 32 (-46.67%)
springboot-graphql-sqqr-jwt-demo
GraphQL java backend representing the right way to authenticate/authorize using Spring boot, graphql-spqr & jsonwebtoken
Stars: ✭ 28 (-53.33%)
Mutual labels:  jwt-token, jwt-authentication
Klean-ArchiteKture
Kotlin Android clean-architecture demo project for a meetup talk. Slides: https://docs.google.com/presentation/d/1CxnntHf3CorNDicx_cDN5s1t5pEbUwjwWHZ5PNmfe6Y/edit?usp=sharing
Stars: ✭ 10 (-83.33%)
API-Authentication-NodeJs
API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.
Stars: ✭ 162 (+170%)
Mutual labels:  jwt-token, jwt-authentication
1-60 of 1618 similar projects