This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
BookStores is a Blazor Server app using ASP.NET Core as back-end service and MSSQL for database. It has code samples for Authentication, Authorization, DataGrid, Database operations....and much. Please follow the intrsuctions to set it up on your machine.
BookStores is a Blazor Server app using ASP.NET Core as back-end service and MSSQL for database. It has code samples for Authentication, Authorization, DataGrid, Database operations....and much. Please follow the intrsuctions to set it up on your machine.
## BookStores BookStores is a Blazor Server app using ASP.NET Core as back-end service and MSSQL for database. It has code samples for Authentication, Authorization, DataGrid, Database operations....and much more. Please follow the intrsuctions to set it up on your machine.  ## Installation ### Prerequisites - IDE - Visual Studio or VS Code - Framework - .NET Core 3.0 or Greater - Database - SQL Express/Server ### Clone - Clone this repo to your local machine using `https://github.com/CuriousDrive/BookStores.git` ### Setup > BookStores Database - Create database `BookStoresDB` in SQL Express/Server - To create the data run SQL query from `BookStores/Database/GenerateData.sql` > BookStores Web API - Open project `BookStores/BookStoresWebAPI/BookStoresWebAPI.sln` - Run Project through Visual Studio/Terminal - Go to `https://localhost:5001/swagger` or `https://localhost:44315/swagger` > Blazor Server App - Open Project ` BookStores/BlazorServerApp/BlazorServerApp.sln` - Run Project through Visual Studio/Terminal - Go to `https://localhost:6001/` or `https://localhost:44391/` - Click on login. You should get logged in as `philip.cramer@gmail.com` ## Videos The best part about BookStores that it's been documented while it was getting built. Please check out below videos if you wish to build your own project from the scratch. | Video Series | Topics | | ----- | ---- | | [Start Watching](https://www.youtube.com/playlist?list=PL4WEkbdagHIQVbiTwos0E38VghMJA06OT) | ASP.NET Core Web API Tutorials | | [Start Watching](https://www.youtube.com/playlist?list=PL4WEkbdagHIR0RBe_P4bai64UDqZEbQap) | Blazor Server Tutorials | ## Have questions? If you have any questions on how this
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...