ahmetkocadogan / BookStores

Getting started templates for ASP.NET Core Web API + EF Core back end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

BookStores is a getting started template for .NET developers. It takes care of authentication and authorization so that you can concentrate on your business logic. Also it has some sample pages showing how you can bridge the gaps between Database + API + UI layers in the project. If you are looking for a head start then you are in luck.

Architecture

It uses SQL Express for storing the data, ASP.NET Core Web API for business layer and Blazor Server App as a client. The Web API project uses Entity Framework Core for performing database related operations.

Videos

The best part about BookStores that it's been documented when it was getting built. Please check out below videos if you wish to build your own project from the scratch.

ASP.NET Core Web API Tutorials -> https://www.youtube.com/playlist?list=PL4WEkbdagHIQVbiTwos0E38VghMJA06OT

Blazor Server Tutorials -> https://www.youtube.com/playlist?list=PL4WEkbdagHIR0RBe_P4bai64UDqZEbQap

Contact Us

If you have any questions on how this project is setup then you can reach out to us on below handles.

https://twitter.com/curious_drive

https://www.facebook.com/curiousdrive/

https://www.youtube.com/c/curiousdrive

Let us know how it goes.

About

Getting started templates for ASP.NET Core Web API + EF Core back end


Languages

Language:C# 61.8%Language:HTML 34.9%Language:CSS 2.5%Language:JavaScript 0.8%