ASP.NET MVC + MS SQL Server

This template should help get you started developing.

Recommended IDE Setup

JetBrains Rider | Visual Studio

Required SDKs

.NET 8.0

The database used

MS SQL Server

The database must be created independently the first time it is accessed.

Project Setup

Compile and Start

Run the following command in the BookStore directory.

dotnet run

The backend and frontend should start at the same time.

Configuration appsettings.json

  • ConnectionStrings - database connection string.