An open API service indexing awesome lists of open source software.

https://github.com/milvasoft/milvasoft.templates

Templates to use when creating an api.
https://github.com/milvasoft/milvasoft.templates

Last synced: about 1 year ago
JSON representation

Templates to use when creating an api.

Awesome Lists containing this project

README

          

## .Net 9 Api Templates/Boilerplates

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Milvasoft/Milvasoft/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/v/Milvasoft.Templates)](https://www.nuget.org/packages/Milvasoft/) [![NuGet](https://img.shields.io/nuget/dt/Milvasoft.Templates)](https://www.nuget.org/packages/Milvasoft.Templates/)

### Create ready made project with [Milvasoft libraries](https://github.com/Milvasoft/Milvasoft) and Onion Architecture
### This templates contains integration with PostgreSQL, MongoDb but you can change what you want

***

# How can I create project with CLI?

- Install the latest [.NET Core SDK](https://dot.net) and [Visual Studio 2022](https://visualstudio.microsoft.com/tr/thank-you-downloading-visual-studio/?sku=Community&rel=16)
- Run `dotnet new install Milvasoft.Templates` to install the project template.
- Run `dotnet new milvonion --help` to see how to select the feature of the project.

# How can I create project with VS?

- Install the latest [.NET Core SDK](https://dot.net) and [Visual Studio 2022](https://visualstudio.microsoft.com/tr/thank-you-downloading-visual-studio/?sku=Community&rel=16)
- Run `dotnet new install Milvasoft.Templates` to install the project template.
- Close all Visual Studio instances.
- Open Visual Studio and click "Create New Project". Search for Milva, select template and click next.
- After that, steps are same as create project.