From f3f4e84ccfa645382107da2f85de0acc933cfa7b Mon Sep 17 00:00:00 2001 From: Seth Pulsipher <117690493+sethpulsipher@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:14:27 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d498201..6a5c98e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # BookStore App This project is a web-based bookstore application built with Blazor for the frontend and a backend API for CRUD operations. +Demo: https://bookstoreappblazorserver.azurewebsites.net/ ## Table of Contents @@ -17,10 +18,7 @@ This project is a web-based bookstore application built with Blazor for the fron ## Project Overview -Coreys Knick Knacks (CKK) is a ficticious shop that was used as a capstone project to learn C# / dotnet. -This project includes TWO types of applications: -- Inventory Management Software built to run on a Windows Machine. -- Blazor Web App as a consumer/client facing product. +Read Reserve is a book reserve that was made as a personal project.