Skip to content

EceE91/RestfulApiWithDotNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library RESTful API with ASP.NET Core

The project contains a library system, there are books and their authors in the system. Users can fetch/get, update, create, delete books and related authors via restful services.

The built-in dependency injection system & logger, working with different environments, configuration files and middleware, and Entity Framework Core related features like working with migrations and seeding the database.

Swashbuckle is used in the project

To install NLog in .net core apps; PM> Install-Package NLog.Web.AspNetCore. To make nlog.config file writeable in project file, set build action to none and copy to output directory to copy always.

Releases

No releases published

Packages

No packages published