minimal-api
There are 553 repositories under minimal-api topic.
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
erwinkramer/bank-api
The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.
stphnwlsh/CleanMinimalApi
A template for an API using Clean Architecture and .NET Minimal API's.
mehdihadeli/vertical-slice-api-template
🍰 An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and OpenAPI.
marcominerva/SimpleAuthentication
A library to easily integrate Authentication in ASP.NET Core projects.
dj-nitehawk/MongoWebApiStarter
A full-featured starter template for `dotnet new` to quickly scaffold an Asp.Net 8 Web-Api project with MongoDB as the data store.
thangchung/northwind-dotnet
A full-stack .NET 6 Microservices build on Minimal APIs and C# 10
NCronJob-Dev/NCronJob
A Job Scheduler sitting on top of IHostedService in dotnet.
Elfocrash/DotnetDocsShow.MinimalApis
The code used in the .NET Docs Show on Minimal APIs
SSWConsulting/SSW.CleanArchitecture
SSW Clean Architecture Template
microsoft/dotnetconf-studentzone
.NET Student Zone .NET Conference
IEvangelist/learning-blazor
The application for the "Learning Blazor: Build Single Page Apps with WebAssembly and C#" O'Reilly Media book by David Pine.
marcominerva/MinimalHelpers
A collection of helpers libraries for Minimal API projects.
michelcedric/StructuredMinimalApi
The goal of this project it's to show how to use MinimalApi.Endpoint package. It demontrate how to configure API endpoints as individual classes based on minimal Api (.Net 6)
Darkseal/ASP.NET-Core-Web-API
Code repository for the Building Web APIs with ASP.NET Core Manning book by Valerio De Sanctis
Gramli/AuthApi
An example of a full-stack application for Authentication and Authorization, build with ASP.NET Core 9.0 (Minimal API) and Angular 19.
Carl-Hugo/FluentValidation.AspNetCore.Http
A simple ASP.NET Core 7+ Minimal API integration for FluentValidation 10+.
AvantiPoint/mobileauth-lib
A helper library for quickly & easily adding Sign in with Apple, Google, & Microsoft Accounts using AspNetCore Minimal APIs
yavorfingarov/Reprise
A micro-framework that brings the REPR pattern into ASP.NET Core Minimal APIs.
marcominerva/OperationResults
A set of lightweight libraries to totally decouple operation results and actual application responses.
NikiforovAll/minimal-api-example
Modular Minimal API in .NET 6
zcomert/minimal-apis
ASP.NET Core Minimal APIs
maacpiash/minimal-api-jwt-auth
🔐 🛂 ASP.NET (versions 8 and 9) minimal API with JWT authentication and authorization
RobertoFalconi/MinimalAPIsTemplate
Complete ASP.NET Core Web APIs template with lot of examples: OpenAI APIs, OAuth 2.0 Authentication, JSON Web Algorithms and Bearer Tokens (JWA, JWT, JWS, JWE), HMAC symmetric key, RSA X509 certificate asymmetric key, AES encryption, CQRS, DDD, MediatR, Dapper, Docker, Entity Framework, Fluent Validation, GZip, Hangfire, NLog, REST CRUD, Swagger...
FritzTheCat9/YoutubeLinks
I achieved 8th place in the "100 Commits" competition organized by DevMentors. Over 100 days, I developed the "YoutubeLinks" application, which allows users to create playlists from YouTube links and download those playlists as MP3 and MP4 files.
NeckerFree/AdvancedWebAPI
Minimal Web API to advanced data retrieval using pagination, filtering, searching, sorting
vipwan/Biwen.QuickApi
Biwen.QuickApi, WebApi,REPR,Headless CMS
fredimachado/NCafe
Minimal .NET microservices implementation in the context of a cafe
Gramli/FileApi
An example of a full-stack application for file upload and download, built with ASP.NET Core 9.0 (Minimal API) and Angular 19.
marcominerva/TwoFactorAuthenticationSample
A sample that showcases how to implement Two-Factor authentication in a Web API using an external Authenticator app
dmkk3r/RazorHx
Combine the power of HTMX with Razor Components and Minimal APIs
ahmettugur/MinimalApiCleanArchitecture
minimal-api-clean-architecture .NET9
marcominerva/PdfSmith
A powerful REST API service that generates PDF documents from dynamic HTML templates.
Gramli/WeatherApi
An example of REST API for handling weather data using minimal API and Clean Architecture with various design patterns. ASP.NET Core 9.0
QuinntyneBrown/Endpoint
Template-based Design-Time Code Generator that generates C# code and solutions, as well as some frontend projects and files. It supports complex logic and enabled transforming a software project by generating or modifying code.
russkyc/minimalapi-framework
Automatic EF Core CRUD API Generation using MinimalApi