Skip to content

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

Notifications You must be signed in to change notification settings

attojeon/BookStores

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.2%
  • HTML 3.0%
  • Other 0.8%