Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wesdoyle/lightlib-lms

A lightweight library management system built in .NET 5.0 MVC with Postgres and EF Core
https://github.com/wesdoyle/lightlib-lms

dotnet library-management-system lms

Last synced: 2 days ago
JSON representation

A lightweight library management system built in .NET 5.0 MVC with Postgres and EF Core

Awesome Lists containing this project

README

        

# 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](https://www.youtube.com/watch?v=WTVcLFTgDqs)
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