
A Dotnet 8.0 WebApi template project. MediatR, Swagger, Mapper, Serilog and more implemented.
dotnet-api-boilerplate is a .Net 8.0 WebApi boilerplate/template project that aims to provide a kickstart to developing a .Net WebApi. It implements commonly used patterns and technologies for building a restful API in .Net, making development easier.
dotnet-api-boilerplate is a .Net WebApi boilerplate/template project that provides a comprehensive set of features and technologies for building a restful API in .Net. It includes integrations with MediatR, Swagger, Mapster, Serilog, and more. The project aims to simplify the development process by implementing commonly used patterns and best practices. The installation instructions guide users through setting up the project and running it locally, including instructions for running tests and handling authentication. With its extensive feature set and documentation, dotnet-api-boilerplate offers developers a solid foundation for building .Net Web APIs.

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.