Skip to content

A .NET Aspire ProjectTemplate in .NET 9 with supporting database

License

Notifications You must be signed in to change notification settings

ovation22/Aspire.ProjectTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A .NET Project Template

.NET

Template repository for a .NET Web Api project.

Getting Started

  1. Clone this Repository
  2. Install Project Template
  3. Create Project with dotnet new

Clone this Repository

Clone or download this repository.

git clone https://github.com/ovation22/Aspire.ProjectTemplate.git

Install Project Template

Then run the following command to install this project template:

dotnet new install ./Aspire.ProjectTemplate

You should now see the api-project template installed successfully.

Install using dotnet new

Run the following command to create the solution structure in a subfolder named Your.ProjectName:

dotnet new api-project -o Your.ProjectName

Optionally, you may choose to included additional parameters to better fill out your new project:

dotnet new aspire-project -o Your.ProjectName

Solution Structure

Included in the solution:

  • .NET Aspire
  • Blazor Web App
  • .NET 9 Web Api

About

A .NET Aspire ProjectTemplate in .NET 9 with supporting database

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published