Skip to content

AnatolyLevchenko/BookManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Management System

Overview

The Book Management System is a Blazor-based web application designed to manage books. The app provides functionalities such as creating, updating, and deleting books, along with paginated lists and search features.

CI Pipeline

Features

  • Create, edit, and delete books.
  • Paginated book list with search functionality.
  • Separate pages for viewing book details.
  • Fully responsive design.

Technologies Used

  • Blazor WebAssembly (Client-side framework)
  • .NET 8 (Backend framework)
  • Entity Framework Core (Database access)
  • SQL Inmemory (Database)
  • Bootstrap (Styling)

Screenshots

Book Management System Screenshot

Debuggin

To test locally run both projects BookManagement.API and BookManagementSystem.Client

More info here https://learn.microsoft.com/en-us/visualstudio/ide/how-to-set-multiple-startup-projects?view=vs-2022

Docker compose

  1. Navigate to src directory
  2. Run docker-compose up command
  3. Open application at http://localhost:6432/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published