Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1003 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 1003 Bytes

LightLib Library Management System (LMS)

A lightweight library management system built in .NET 5.0 with Entity Framework Core. Enables library administrators to manage Library Assets, Patrons, and Branches with basic functionality.

This project is intended to serve as a long-term resource for small .NET web monoliths.

Stack

  • PostgreSQL 13.1 (running in Docker for development)
  • ASP.NET 5.0 MVC with Entity Framwork Core
  • Standard Razor views with Bootstrap 5

Video Series

I created a YouTube series when I started this application: YouTube link The application has since been migrated to .NET 5.0 with significant changes to architecture and implementation. A new video series is in the works.

Documentatin (WIP)

Library Branch Management

Library Asset Management

Library Patron Management