Library System is a simple application that allows library owners to manage books. It is built using C# and Access database.
- Book Management: Add, edit, delete, and search for books in the library.
- User Management: Manage library members, including registration and account management.
- Loan Management: Track loaned books, due dates, and late returns.
- Reports: Generate reports on book inventory, loan history, and overdue books.
-
Installation:
- Clone this repository:
git clone https://github.com/your_username/library-system.git
- Open the project in Visual Studio.
- Clone this repository:
-
Database Setup:
- Open the Access database file (
library.mdb
) in Microsoft Access. - Modify the database schema and tables as needed.
- Open the Access database file (
-
Run the Application:
- Build and run the project in Visual Studio.
-
Login:
- Use the default admin credentials to login:
- Username: admin
- Password: admin
- Use the default admin credentials to login:
-
Explore the Features:
- Navigate through the dashboard and access the different modules to manage books, members, loans, and generate reports.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License.
- C#: Programming language used for development.
- Access Database: Database management system.