How do you structure large Minimal API Projects?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • FastEndpoints

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

  • https://fast-endpoints.com/ is the one built on top of minimal apis. Ardalis isnt the creator but i believe is a contributor (ardalis built a similar thing but on top of mvc controllers)

  • StructuredMinimalApi

    An example of a structured minimal api project

  • This is what I am presenting to the team. Just some context, our team work in RPC style api's rather than REST https://github.com/jonathanjameswilliams26/StructuredMinimalApi

  • 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
  • CleanArchitecture

    Clean Architecture Solution Template for ASP.NET Core

  • booking-microservices

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

  • 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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts