https://github.com/aburraq/library-book-management-system
Quintessential programming project that helps user to register, list, delete update and find books from postgreSQL
https://github.com/aburraq/library-book-management-system
books java library-app library-management-system postgresql sql
Last synced: 28 days ago
JSON representation
Quintessential programming project that helps user to register, list, delete update and find books from postgreSQL
- Host: GitHub
- URL: https://github.com/aburraq/library-book-management-system
- Owner: Aburraq
- Created: 2023-12-05T11:23:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T11:46:53.000Z (over 2 years ago)
- Last Synced: 2025-02-27T23:37:58.991Z (over 1 year ago)
- Topics: books, java, library-app, library-management-system, postgresql, sql
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library-Book-Management-System
This project serves as a quintessential programming example enabling users to register, list, delete, update, and find books within a PostgreSQL database.
# **Features**
User Registration: Allows users to register accounts to manage book transactions.
Book Listing: Provides a comprehensive list of available books.
Book Update & Deletion: Enables editing and removal of book entries.
Book Search Functionality: Allows users to search for books based on various criteria.
# **Prerequisites**
Before running this project, ensure you have the following installed:
Java: Install Java Development Kit (JDK).
PostgreSQL: Install and set up PostgreSQL database server.
# **Installation**
To run this project locally, follow these steps:
1. Clone the repository:
git clone https://github.com/Aburraq/Library-Book-Management-System.git
2. Install dependencies:
cd Library-Book-Management-System
Add specific installation commands if necessary (e.g., npm install, pip install, etc.)
3. Set up PostgreSQL dependency with Maven:
Add the following dependency in your pom.xml file:
org.postgresql
postgresql
42.5.1
4. Set up PostgreSQL:
Create a PostgreSQL database.
Update the database configuration file (config.js, settings.py, etc.) with your database credentials.
5.Run the application:
Add commands to start the application (e.g., mvn spring-boot:run, java -jar app.jar, etc.)
# **Usage**
Once the application is running, users should revise getConnection method on BookRepository class, and write thier own url, user , and password.
Users can interact with the following functionalities:
Registration: Register new users to access book management features.
Book Listing: View the complete list of available books.
Book Modification: Update or delete book details.
Search: Find specific books by id.
# **Contributing**
Contributions to this project are encouraged! If you'd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch (git checkout -b feature/new-feature).
3. Implement your changes.
4. Commit your changes (git commit -am 'Add new feature').
5. Push to the branch (git push origin feature/new-feature).
6. Create a pull request.