Skip to content

contributerberkay/BookStore-API-Blazor

 
 

Repository files navigation

BookStore-API

.NET Core 3.1 Book Store Web API for educational purposes. By doing this course, you would have:

  • Build a fully data driven REST Web API with Core 3.1 using cutting edge technology
  • Connect to a Database using Entity Framework Core
  • Repository Pattern and Dependency Injection
  • Setup Logging using NLog
  • Understand the REST design principles
  • Understand C# and .Net Core Web Syntax
  • Understand user Authentication using JWT (JSON Web Tokens)
  • Understand how to use Models, DTOs and AutoMapper
  • Manage Packages with NuGet Manager
  • Setup GitHub for Source Control
  • Setup a Microsoft Azure Account
  • Build Web Application to interact with Web API
  • Deploy API and Database to Azure Web and Database Services

Website: Trevoir Williams | Blog

About

.NET Core Book Store Web API for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 35.9%
  • HTML 27.9%
  • CSS 24.6%
  • JavaScript 11.6%