{"id":24536227,"url":"https://github.com/duaa-a/librarymanagementsystem_db","last_synced_at":"2026-04-12T09:38:02.142Z","repository":{"id":240152743,"uuid":"801800024","full_name":"DuaA-A/LibraryManagementSystem_DB","owner":"DuaA-A","description":"A Library Management System developed for a database course, covering ERD design to C# implementation.","archived":false,"fork":false,"pushed_at":"2025-01-02T16:52:37.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T07:02:38.855Z","etag":null,"topics":["csharp","database","dotnet","lms","sqlite"],"latest_commit_sha":null,"homepage":"https://github.com/DuaA-A","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/DuaA-A.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}},"created_at":"2024-05-17T00:05:35.000Z","updated_at":"2025-07-12T20:59:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbf40804-6541-4c00-8764-7fab6dbc612d","html_url":"https://github.com/DuaA-A/LibraryManagementSystem_DB","commit_stats":null,"previous_names":["duaa-a/database_project","duaa-a/librarymanagementsystem_db"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DuaA-A/LibraryManagementSystem_DB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FLibraryManagementSystem_DB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FLibraryManagementSystem_DB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FLibraryManagementSystem_DB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FLibraryManagementSystem_DB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuaA-A","download_url":"https://codeload.github.com/DuaA-A/LibraryManagementSystem_DB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FLibraryManagementSystem_DB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31710792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["csharp","database","dotnet","lms","sqlite"],"created_at":"2025-01-22T13:52:33.170Z","updated_at":"2026-04-12T09:38:02.127Z","avatar_url":"https://github.com/DuaA-A.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003cheader\u003e\n        \u003ch1\u003eLibrary Management System\u003c/h1\u003e\n        \u003cp\u003eA database project for managing library operations\u003c/p\u003e\n    \u003c/header\u003e\n    \u003cmain\u003e\n        \u003ch2\u003eProject Overview\u003c/h2\u003e\n        \u003cp\u003eThis project is a Library Management System, designed and developed as part of a database coursework. It covers the entire process, starting from conceptual and logical design (ERD) to the physical schema and implementation in C#.\u003c/p\u003e\n        \u003ch2\u003eKey Features\u003c/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003eUser roles: Admin and Student Dashboards\u003c/li\u003e\n            \u003cli\u003eBook management: Add, update, and delete book records\u003c/li\u003e\n            \u003cli\u003eAdmin sign-up and authentication\u003c/li\u003e\n            \u003cli\u003eStudent book borrowing functionality\u003c/li\u003e\n            \u003cli\u003eInteractive forms built using Windows Forms (WinForms)\u003c/li\u003e\n            \u003cli\u003eDatabase schema implementation in SQL Server\u003c/li\u003e\n        \u003c/ul\u003e\n        \u003ch2\u003eProject Workflow\u003c/h2\u003e\n        \u003col\u003e\n            \u003cli\u003eDesigned the logical and physical ERD using database design tools.\u003c/li\u003e\n            \u003cli\u003eCreated the database schema in SQL Server.\u003c/li\u003e\n            \u003cli\u003eDeveloped the front-end application using C# and WinForms.\u003c/li\u003e\n            \u003cli\u003eIntegrated the application with the SQL Server database for CRUD operations.\u003c/li\u003e\n        \u003c/ol\u003e\n        \u003ch2\u003eFiles in the Repository\u003c/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003e\u003ccode\u003eAddBook.cs\u003c/code\u003e, \u003ccode\u003eAddBook.Designer.cs\u003c/code\u003e, \u003ccode\u003eAddBook.resx\u003c/code\u003e: Handles the form and logic for adding books.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eAdminDashboard.cs\u003c/code\u003e, \u003ccode\u003eAdminDashboard.Designer.cs\u003c/code\u003e, \u003ccode\u003eAdminDashboard.resx\u003c/code\u003e: Admin dashboard implementation.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eAdminSignUp.cs\u003c/code\u003e, \u003ccode\u003eAdminSignUp.Designer.cs\u003c/code\u003e, \u003ccode\u003eAdminSignUp.resx\u003c/code\u003e: Admin sign-up form and logic.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eForm1.cs\u003c/code\u003e, \u003ccode\u003eForm1.Designer.cs\u003c/code\u003e, \u003ccode\u003eForm1.resx\u003c/code\u003e: Main application form.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eLibraryManagementSystem.csproj\u003c/code\u003e: Project configuration file.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eStudentDashboard.cs\u003c/code\u003e, \u003ccode\u003eStudentDashboard.Designer.cs\u003c/code\u003e, \u003ccode\u003eStudentDashboard.resx\u003c/code\u003e: Student dashboard implementation.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eApp.config\u003c/code\u003e: Configuration file for database connection strings.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eProgram.cs\u003c/code\u003e: Entry point of the project.\u003c/li\u003e\n        \u003c/ul\u003e\n        \u003ch2\u003eDatabase Schema\u003c/h2\u003e\n        \u003cp\u003eThe database schema includes tables for:\u003c/p\u003e\n        \u003cul\u003e\n            \u003cli\u003e\u003ccode\u003eBooks\u003c/code\u003e: Contains book details such as title, author, and availability status.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eUsers\u003c/code\u003e: Stores user information for both admins and students.\u003c/li\u003e\n            \u003cli\u003e\u003ccode\u003eTransactions\u003c/code\u003e: Tracks book borrowing and return activities.\u003c/li\u003e\n        \u003c/ul\u003e\n        \u003ch2\u003eHow to Run the Project\u003c/h2\u003e\n        \u003col\u003e\n            \u003cli\u003eClone the repository to your local machine.\u003c/li\u003e\n            \u003cli\u003eOpen the project in Visual Studio.\u003c/li\u003e\n            \u003cli\u003eEnsure the \u003ccode\u003eApp.config\u003c/code\u003e file has the correct connection string for your SQL Server.\u003c/li\u003e\n            \u003cli\u003eCompile and run the project.\u003c/li\u003e\n        \u003c/ol\u003e\n        \u003ch2\u003eLicense\u003c/h2\u003e\n        \u003cp\u003eThis project is open-source. You can use and modify it as needed.\u003c/p\u003e\n    \u003c/main\u003e\n    \u003cfooter\u003e\n        \u003cp\u003e\u0026copy; 2025 Library Management System Project\u003c/p\u003e\n    \u003c/footer\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduaa-a%2Flibrarymanagementsystem_db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduaa-a%2Flibrarymanagementsystem_db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduaa-a%2Flibrarymanagementsystem_db/lists"}