{"id":28253256,"url":"https://github.com/femo-dev/library-management-system","last_synced_at":"2026-02-21T20:05:02.408Z","repository":{"id":285824218,"uuid":"959472791","full_name":"femo-dev/library-management-system","owner":"femo-dev","description":"A web-based application built with ASP.NET Core MVC and Entity Framework Core for managing books, users, and lending operations in a library. It supports user roles, secure authentication, and a responsive UI for librarians and readers.","archived":false,"fork":false,"pushed_at":"2025-04-17T16:32:41.000Z","size":17586,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T04:39:31.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/femo-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-02T20:54:59.000Z","updated_at":"2025-04-17T16:32:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cff106b-1a42-48ae-813a-bd96b7da1f52","html_url":"https://github.com/femo-dev/library-management-system","commit_stats":null,"previous_names":["fabianmendozaospina/library-management-system","femo-dev/library-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/femo-dev/library-management-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Flibrary-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Flibrary-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Flibrary-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Flibrary-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/femo-dev","download_url":"https://codeload.github.com/femo-dev/library-management-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femo-dev%2Flibrary-management-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29691948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-19T16:18:07.052Z","updated_at":"2026-02-21T20:05:02.403Z","avatar_url":"https://github.com/femo-dev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library Management System (LMS)\n\n## Overview\nThe **Library Management System (LMS)** is a web-based application designed to help libraries efficiently manage books, users, borrowing records, and overdue book reports. The system provides functionalities for librarians to oversee inventory and for users (readers) to search, borrow, return, and review books.\n\n## Development Team\nSukhjinder, Fabian, Samuel, Duan.\n\n## Key Features\n- **User Authentication \u0026 Role Management**: Secure login with roles for **Librarians** (manage inventory, users) and **Readers** (borrow, review books).\n- **Book Management**: CRUD operations (Add, Edit, Delete, Search) with categorization by subject, author, availability, and rating.\n- **Borrow \u0026 Return Books**: Track loan durations and automate due date calculations.\n- **Fine Calculation**: Automated fines for late returns.\n- **Book Reviews \u0026 Ratings**: Users can rate and review books; system displays popular books based on ratings.\n- **Statistics \u0026 Reports**: Generate reports for most borrowed books, overdue books, and user activity.\n\n## Database Schema\nThe system uses the following tables:\n- **Author**: Stores author details.\n- **Subject**: Categorizes books by subject.\n- **Book**: Contains book information (ISBN, name, synopsis, etc.).\n- **BookAuthor**: Maps books to authors (many-to-many relationship).\n- **User**: Stores user details (readers and librarians).\n- **Editorial**: Tracks publishing companies.\n- **Edition**: Manages book editions.\n- **Loan**: Records book loans.\n- **LoanDetail**: Tracks individual books within a loan.\n- **Rating**: Stores user ratings and reviews for books.\n\n## Technology Stack\n- **Frontend**: ASP.NET MVC, Razor Pages, Bootstrap\n- **Backend**: ASP.NET Core, C#\n- **Database**: SQL Server\n- **Authentication**: Identity Framework (JWT-based authentication)\n\n## Installation\n1. **Prerequisites**:\n   - .NET Core SDK\n   - SQL Server\n   - Visual Studio (recommended)\n\n2. **Setup**:\n   - Clone the repository.\n   - Restore NuGet packages.\n   - Update the connection string in `appsettings.json` to point to your SQL Server instance.\n   - Run database migrations to create the schema.\n   - Start the application.\n\n3. **Default Accounts**:\n   - Librarian: `admin@library.com` (password: Admin123!)\n   - Readers: Register an account using the registration function.\n\n## Usage\n- **Librarians**: Log in to manage books, users, and view reports.\n- **Readers**: Log in to search, borrow, return, and review books.\n\n## What can Librarians do!\n- View and Edit all Loans\n![Loan Edit Page](./ReadmeImages/Loans.png)\n\n- View and Edit all Readers\n![Reader Edit Page](./ReadmeImages/Readers-dashboard.png)\n\n- Serach the Database for any Loan\n![Loan Search Page](./ReadmeImages/SearhLoans.png)\n\n\n## What can Readers Do!\n- Use the My Accont Page\n![My Account Page](./ReadmeImages/MyAccountView.png)\n\n- Search for any Book In the Database\n![Book Search Page](./ReadmeImages/Search.png)\n\n- Have a specific page to look at their Loans\n![Reader Loans Page](./ReadmeImages/MyLoans%20Page.png)\n\n## ER Diagram\n![ER Diagram](./ReadmeImages/erDiagram.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffemo-dev%2Flibrary-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffemo-dev%2Flibrary-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffemo-dev%2Flibrary-management-system/lists"}