Skip to content

jt28828/asp-core-template

Repository files navigation

ASP.NET Core Starter Template

This is my starter template for ASP.Net core. It should contain everything you need to start creating a web API.

Contents

This Template should cover the majority of what you need for a Web API project. Included is:

  • Code First Database Context via Entity Framework
  • Basic MVC controller structure
  • Custom auth middleware starter
  • Health checks middleware
  • Email sending service with Razor templating
  • Health service for graceful shutdown and startup
  • Cryptography utils required for password management
  • Razor pages
  • General manageable folder structure

Getting Started

Pull the repo and with the dotnet SDK installed run:

dotnet new -i <location of the repo folder here>

The Template will then be installed locally on your PC. To then use the template select it in your IDE or run this command in the terminal in the location you want to create the project:

dotnet new aspCoreStarter

About

A Basic template for future ASP.net Core Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published