Skip to content

HoussemMereghni/.Net-core-API-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APICore.Utility.Templates

Description

The Solution consists of three API templates on .NETCoreApp 3.1 framework.

Each API template provides connectivity to:

  • Oracle DB
  • SQL Server
  • MondoDB

For each template an example model is created which can be used as a Code first approach model or scafoled as a database first approach A controller with the standard methodes(verbs) is created.

In appsettings.json connection parameters have to be replaced (exp:Server=localhost; user id=xxxx, the values localhost and xxxx are the host input)

Usage

Once installed the templates can be called as such(.NET CLI):

dotnet new oracleapi

dotnet new sqlapi

dotnet new mongoapi

Installation:

dotnet new --install APICore.Utility.Templates::1.0.1

About

.Net Core Templates using oracleDB, SQL server and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages