Overview Β β’ Β Setup Instructions Β β’ Β Credentials Β β’ Β Book Collections Β β’ Β Important Notes Β β’ Β Team Members
BookStream is a library management system designed to streamline library operations, including user management and book inventory tracking. This document provides the necessary steps to set up, run, and operate the system using IntelliJ IDEA.
- IDE: IntelliJ IDEA
- Java Version: Ensure the correct Java version is installed as required by the project.
- Launch IntelliJ IDEA on your machine.
- Open the project:
- Navigate to the Source Code folder.
- Select the LibrarySystem6 folder and click OK.
- Locate and run the
AppLaunch.java
file to start the application.
- Username:
admin
- Password:
admin
- User details, including usernames and passwords, are stored in the file:
Member.csv
- The library's book inventory is maintained in the file:
Book.csv
-
File Integrity:
- Do not modify the structure or content of the
Member.csv
andBook.csv
files manually to avoid system errors. - The application handles all necessary file I/O operations.
- Do not modify the structure or content of the
-
System Handling:
- Any manual changes to the specified files can disrupt the application's functionality.
Special thanks to all contributors of this project.
Muhammad Ammar Danial (22301793) |
Ng Xuan Hern (22304061) |
Low Yvonne (22305530) |