A simple, effective Library Management System built with ASP.NET Core MVC.
- Book Management: Create, Read, Update, and Delete (CRUD) books.
- Persistent Storage: Uses SQLite for reliable data storage.
- Unit Testing: Comprehensive test suite using xUnit.
- Modern Architecture: Clean MVC separation concern.
- .NET 8.0 SDK
- Navigate to the web project:
cd src/LibraryManagement.Web - Run the application:
dotnet run
- Open your browser to
http://localhost:5000(check terminal for exact port).
- Navigate to the solution root.
- Run tests:
dotnet test
src/LibraryManagement.Web: Main web application.tests/LibraryManagement.Tests: Unit tests for the application.
Created by Batuhan Simsar