dotnet-webapi-starter-kit icon indicating copy to clipboard operation
dotnet-webapi-starter-kit copied to clipboard

production grade .net 8 webapi starter kit with multitenancy support and clean code. 🔥

GitHub Discord FullStackHero.WebAPI.Boilerplate on NuGet Nuget downloads

Follow @iammukeshm   Follow @codewithmukesh

fullstackhero

What's fullstackhero's .NET Web API Boilerplate?

fullstackhero's .NET Web API Boilerplate is a starting point for your next .NET 6 Clean Architecture Project that incorporates the most essential packages and features your projects will ever need including out of the box Multi-Tenancy support. This project can save well over 200+ hours of development time for your team.

As the name suggests, this is an API / Server Boilerplate. You can find other Client Boilerplates that consume this API under @fullstackhero handle.

  • Find Blazor WebAssembly Boilerplate here - https://github.com/fullstackhero/blazor-wasm-boilerplate

Goals

The goal of this repository is to provide a complete and feature-rich starting point for any .NET Developer / Team to kick-start their next major project using .NET 6 Web API. This also serves the purpose of learning advanced concepts and implementations such as Multitenancy, CQRS, Onion Architecture, Clean Coding standards and so on.

Features

  • [x] Built on .NET 6.0
  • [x] Follows Clean Architecture Principles
  • [x] Domain Driven Design
  • [ ] Completely Documented at fullstackhero.net
  • [x] Multi Tenancy Support with Finbuckle
    • [x] Create Tenants with Multi Database / Shared Database Support
    • [x] Activate / Deactivate Tenants on Demand
    • [x] Upgrade Subscription of Tenants - Add More Validity Months to each tenant!
  • [x] Supports MySQL, MSSQL, Oracle & PostgreSQL!
Click to See More!
  • [x] Uses Entity Framework Core as DB Abstraction
  • [x] Flexible Repository Pattern
  • [x] Dapper Integration for Optimal Performance
  • [x] Serilog Integration with various Sinks - File, SEQ, Kibana
  • [x] OpenAPI - Supports Client Service Generation
  • [x] Mapster Integration for Quicker Mapping
  • [x] API Versioning
  • [x] Response Caching - Distributed Caching + REDIS
  • [x] Fluent Validations
  • [x] Audit Logging
  • [x] Advanced User & Role Based Permission Management
  • [x] Code Analysis & StyleCop Integration with Rulesets
  • [x] JSON Based Localization with Caching
  • [x] Hangfire Support - Secured Dashboard
  • [x] File Storage Service
  • [x] Test Projects
  • [x] JWT & Azure AD Authentication
  • [x] MediatR - CQRS
  • [x] SignalR Notifications
  • [x] & Much More

Documentation

Read Documentation related to this Boilerplate here - https://fullstackhero.net/dotnet-webapi-boilerplate/

Feel free to contribute to the Documentation Repository - https://github.com/fullstackhero/docs

Getting Started

To get started with this Boilerplate, here are the available options.

  • Install using dotnet new . Use this for release versions of the Boilerplate only.
  • Fork the Repository. Use this if you want to always keep your version of the Boilerplate up-to date with the latest changes.

Make sure that your DEV enviroment is setup, Read the Development Environment Guide

Forking the Repository

You would probably need to take this approach if you want to keep your source code upto date with the latest changes. To get started based on this repository, you need to get a copy locally. You have three options: fork, clone, or download.

  • Make a fork of this repository in your Github account.
  • Create your new dotnet-webapi-boilerplate personal project by cloning the forked repository on your personal github.
  • Setup an upstream remote on your personal project pointing to your forked repository using command git remote add upstream https://github.com/{githubuseraccount}/dotnet-webapi-boilerplate and git remote set-url --push upstream DISABLE

For step by step instructions, follow this and this.

Using the .NET CLI

0.0.6 RC is now released!

Open up your Command Prompt / Powershell and run the following command to install the solution template.

dotnet new --install FullStackHero.WebAPI.Boilerplate

This would install the fullstackhero .NET WebAPI Boilerplate template globally on your machine. With that done, let's see how you can start generating complete .NET WebAPI Solutions seamlessly.

Simply navigate to a new directory (wherever you want to place your new solution), and open up Command Prompt at the opened directory.

Run the following command. Note that, in this demonstration, I am naming my new solution as FSH.Starter.

dotnet new fsh-api -o FSH.Starter

For further steps and details, Read the Getting Started Guide

Important Links & Documentations

Overview - Read

Getting Started - Read

Development Environment - Learn about setting up the DEV environment

Track Progress - Release 1.0 Milestones

Participate in Discussions - QNA & General Discussions

Join our Discord - fullstackhero @ Discord

Changelogs

View Complete Changelogs.

Community

Contributors

Submit your PR and join the elite list!

License

This project is licensed with the MIT license.

Support :star:

Has this Project helped you learn something New? or Helped you at work? Here are a few ways by which you can support.

  • Leave a star! :star:
  • Recommend this awesome project to your colleagues. 🥇
  • Do consider endorsing me on LinkedIn for ASP.NET Core - Connect via LinkedIn 🦸
  • Or, If you want to support this project in the long run, consider buying me a coffee! ☕

black-button