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.
- 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.
- Librarian:
- Manage book inventory (add, update, delete books).
- Access a dashboard to monitor issued and returned books.
- User:
- Issue and return books.
- Pay fines for overdue returns to regain borrowing privileges.
Output Video : Click Here
-
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
-
Open the Project which is
MVC_Task
on Microsoft Visual Studio or any IDE.- Make some Changes in the
Web.config
file
<add name="database" connectionString="Server=localhost;Database=databasename;Trusted_Connection=true;TrustServerCertificate=True;Data Source=datasource_name"/>
-
Don't Change Anything Else. Otherwise there may be some chances of getting the error while running the project.
-
Before it Install all the required dependencies from the
Nuget Package Manager
.
- Make some Changes in the
-
Run the Project
-
If you want to login as the Admin Enter the below Credentials
Username: admin Passsword: admin@123