Skip to content

A RESTful API template in .NET Core. Implementation of Authentification, generic interfaces, services and controllers.

Notifications You must be signed in to change notification settings

MatheusDaSilvaSantos/.NET-Core-REST-API-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Basic REST API .NET Core implementation consisting of the following components :

  1. Web application -> API project,

  2. Entity Framework Core to connect to the database

  3. .Net Standard Class Library for View Models,

  4. Implementation of generic Interface, Services and Controllers which we use to reduce code writing,

  5. Dependency injection technique,

  6. AutoMapper uses for configuration API to define an object-object mapping strategy,

  7. Basic authentication for simple authentication scheme built into the HTTP protocol,

  8. Filter custom class to rewrite the response message ( Action and Exception )

About

A RESTful API template in .NET Core. Implementation of Authentification, generic interfaces, services and controllers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%