https://github.com/prathameshdhande22/library-management-system-
Library Management System created using .NET Framework using MVC 5.
https://github.com/prathameshdhande22/library-management-system-
admin bootstrap3 css3 dapper dotnet-framework html5 intl-tel-input javascript jquery library-management-system mvc mvc5 sql-server sqlserver
Last synced: 6 months ago
JSON representation
Library Management System created using .NET Framework using MVC 5.
- Host: GitHub
- URL: https://github.com/prathameshdhande22/library-management-system-
- Owner: PrathameshDhande22
- Created: 2024-11-20T18:26:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T18:16:57.000Z (7 months ago)
- Last Synced: 2025-05-15T19:28:48.568Z (7 months ago)
- Topics: admin, bootstrap3, css3, dapper, dotnet-framework, html5, intl-tel-input, javascript, jquery, library-management-system, mvc, mvc5, sql-server, sqlserver
- Language: JavaScript
- Homepage:
- Size: 3.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System








A comprehensive web-based application developed using .NET Framework 4.8 and MVC5 with a SQL Server backend. The frontend is designed with Bootstrap 3.4.1 for responsive UI and jQuery for dynamic interactions.
### Features:
1. Admin:
- Manage users and books.
- Configure library settings, including:
- Maximum books a user can issue.
- Fine amount for overdue books.
- Loan duration for issued books.
2. Librarian:
- Manage book inventory (add, update, delete books).
- Access a dashboard to monitor issued and returned books.
3. User:
- Issue and return books.
- Pay fines for overdue returns to regain borrowing privileges.
### Screenshots:
1. Login Page

2. Browse Book Page

3. Browse Book on Admin Page

4. Book Details

5. Books Issued by User

### Output Video : [Click Here](https://www.youtube.com)
### System Tables Architecture Diagram:

### Installation / Setup:
1. Creating the Database or Running the Scripts:
- Make sure you have installed the Microsoft SQL Server Database.
- Just run the Script Present in file `SQLScripts/Creation_Scripts.sql`
2. Open the Project which is `MVC_Task` on Microsoft Visual Studio or any IDE.
1. Make some Changes in the `Web.config` file
```
```
2. Don't Change Anything Else. Otherwise there may be some chances of getting the error while running the project.
3. Before it Install all the required dependencies from the `Nuget Package Manager`.
3. Run the Project
4. If you want to login as the Admin Enter the below Credentials
```
Username: admin
Passsword: admin@123
```
## Author: Prathamesh Dhande