Skip to content

sinariyahi/Shopping.Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API design with ASP.NET Core WebAPI🥇

This project is an example of lightweight and extensible infrastructure for building RESTful Web API with ASP.NET Core.

Testing it out📢

1.Clone or download this repository

2.Build the solution using command line with dotnet build

3.Go to Shopping.api directory and run project using command line with dotnet run

4.Browse to this url https://localhost:44390/swagger to see SwaggerUI page

Techniques and Features🧵

. JWT Authentication

. Secure Authentication using Role base

. Secure Authentication using Claim base

. Logging to File using NLog

. Standard API Resulting

. Dependency Injection

. Map resources using AutoMapper

. Using Swagger (Swashbuckle)

. using Entity Framework Core (EF Core)

Please give me a star⭐

If you like this project,Thanks ❤

Communication with the developer📭

Any suggestions, criticisms, comments and questions you can contact Sina Riyahi Telegram account @Sina_Riyahi

Releases

No releases published

Packages

No packages published

Languages