Welcome to the VBNetBookManager project! π This repository contains code and resources for building a comprehensive book management system using VB.NET and Visual Studio. The software includes a user portal π€ and an admin page π οΈ, facilitating the management and rental of books. With a MySQL database backend, the application ensures robust and reliable data handling. Both the admin and user interfaces are designed to be intuitive and visually appealing. π¨
This project demonstrates how to create a book management system with features for both administrators π¨βπΌ and users πββοΈ. The steps include setting up the database, implementing the user and admin functionalities, and ensuring secure authentication π for both roles. Hereβs a brief overview of what the code does:
-
π Add Books: Admins can add new books to the library, including details like title, author, genre, and availability.
-
β Remove Books: Admins can remove books from the library database.
-
π Manage Rentals: Admins can manage book rentals, including checking out and returning books.
-
π₯ User Management: Admins can view and manage user accounts.
-
π Signup/Login: Users can create new accounts or log in to existing ones.
-
π View Books: Users can browse the library's collection of books.
-
π Rent Books: Users can rent available books and view their rental history.
- ποΈ MySQL: The application uses MySQL to store and manage data, ensuring reliability and scalability.
- π₯οΈ Windows Forms: The user interface is built using Windows Forms, providing a user-friendly experience.
-
π» Visual Studio (2019 or later)
-
π οΈ MySQL Server