vertical-slice-architecture

Open-source projects categorized as vertical-slice-architecture
Language: + C# + Go + TypeScript

Top 15 vertical-slice-architecture Open-Source Projects

  • FastEndpoints

    A light-weight REST API development framework for ASP.NET 6 and newer.

  • Project mention: Choosing Between Controllers and Minimal API for .NET APIs | dev.to | 2023-12-19

    Bonus Time! In addition to the Microsoft-supported methods above, many community frameworks exist for building APIs with .NET. FastEndpoints is an option I found recently that seems very promising. With performance benchmarks that put them on par with Minimal API, they are firmly ahead of Controller-based APIs.

  • go-coffeeshop

    ☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • craftsman

    A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀

  • Project mention: Verticle Slice Architecture | /r/dotnet | 2023-06-18
  • booking-microservices

    Practical microservices, built with .Net 8, DDD, CQRS, Event Sourcing, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.

  • Project mention: How do you structure large Minimal API Projects? | /r/dotnet | 2023-12-07

    Complete misinformation. Controllers are a thing of the past. Minimal APIs are fast, flexible, and can be organized neatly into endpoint groups in a dozen different ways. Hell there are even people that colocate a single endpoint with its mediator request handler https://github.com/meysamhadeli/booking-microservices/blob/main/src/Services/Flight/src/Flight/Aircrafts/Features/CreatingAircraft/V1/CreateAircraft.cs

  • go-food-delivery-microservices

    🍕 A practical and imaginary food delivery microservices, built with golang, domain-driven design, cqrs, event sourcing, vertical slice architecture, event-driven architecture, and the latest technologies.

  • Project mention: go-ecommerce-microservices: A practical e-commerce microservices, built with cqrs, event sourcing, vertical slice architecture, event-driven architecture. | /r/golang | 2023-08-26

    The go-ecommerce-microservices project source code can be found at https://github.com/mehdihadeli/go-ecommerce-microservices

  • TaskoMask

    Task management system based on .NET 6 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts

  • Project mention: Introducing my open-source project based on .NET with Microservices, DDD, BDD and Testing concepts | /r/opensource | 2023-10-30
  • dotnet-microservices-boilerplate

    The Ultimate Microservices Starter Kit for .NET Developers!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • food-delivery-modular-monolith

    🌭 A practical and imaginary food delivery modular monolith, built with .Net 7, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.

  • shop-golang-microservices

    Practical microservices based on different software architecture and technologies like Golang, CQRS, Vertical Slice Architecture, Docker, RabbitMQ, OpenTelemetry, Postgresql, ...

  • booking-modular-monolith

    Practical Modular Monolith, built with .Net, DDD, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.

  • booking-microservices-expressjs

    Practical microservices, built with Node.Js, CQRS, Vertical Slice Architecture, Event-Driven Architecture, Postgres, RabbitMq, Express and the latest technologies.

  • Project mention: booking-microservices-express-js: Practical microservices, built with Typescript, Node.js, CQRS, Vertical Slice Architecture, Event-Driven Architecture | /r/code | 2023-10-09

    The booking-microservices-express-js project source code can be found at: [https://github.com/meysamhadeli/booking-microservices-express-js](https://github.com/meysamhadeli/booking-microservices-express-js)

  • Modular-monolith-by-example

    Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.

  • go-vertical-slice-template

    A Golang boilerplate template, based on Vertical Slice Architecture and CQRS pattern with using Echo, Gorm, Zap, Viper, MediatR for CQRS and sarulabs/di for Dependency Injection.

  • Project mention: go-vertical-slice-template: A Golang boilerplate template, based on Vertical Slice Architecture and CQRS pattern | /r/coolgithubprojects | 2023-06-25
  • PeakLimsApiSample

    🧬 A complex DDD based web API to model the accessioning workflow within a LIMS.

  • Reprise

    A micro-framework that brings the REPR pattern into ASP.NET Core Minimal APIs. (by yavorfingarov)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

vertical-slice-architecture related posts

  • Choosing Between Controllers and Minimal API for .NET APIs

    1 project | dev.to | 19 Dec 2023
  • How do you structure large Minimal API Projects?

    8 projects | /r/dotnet | 7 Dec 2023
  • Microsoft launches new app store for Windows – from React to Shoelace, Lit, Vite

    1 project | news.ycombinator.com | 8 Oct 2023
  • Idea validation | low-code API factory

    1 project | /r/SaaS | 16 Sep 2023
  • Easiest way to build the fastest REST API in C# and .NET 7 using CQRS

    4 projects | dev.to | 25 Apr 2023
  • Should I utilize C#/.NET Core, or go with Typescript for a React front end?

    1 project | /r/dotnet | 5 Apr 2023
  • I want to be angular/.net fullstack dev, beginner

    2 projects | /r/dotnet | 17 Mar 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source vertical-slice-architecture projects? This list will help you:

Project Stars
1 FastEndpoints 3,985
2 go-coffeeshop 3,952
3 craftsman 1,098
4 booking-microservices 810
5 go-food-delivery-microservices 765
6 TaskoMask 648
7 dotnet-microservices-boilerplate 479
8 food-delivery-modular-monolith 280
9 shop-golang-microservices 211
10 booking-modular-monolith 147
11 booking-microservices-expressjs 101
12 Modular-monolith-by-example 69
13 go-vertical-slice-template 56
14 PeakLimsApiSample 50
15 Reprise 41

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com