Skip to content

A Library Management System that focuses on smooth transactions

Notifications You must be signed in to change notification settings

Judasama69/Library_Management_System

Repository files navigation

📚 Library Management System

A brief, one-sentence description of your project goes here (e.g., "A web-based application to manage book inventories, member registrations, and loan tracking").

📂 Project Structure & Location

To keep your development environment organized, ensure your project is placed in the correct directory depending on your stack:

  • XAMPP/WAMP Users: C:/xampp/htdocs/your-project-name
  • Laragon Users: C:/laragon/www/your-project-name
  • Linux/Mac Users: /var/www/html/your-project-name
  • Node.js/Python Users: Any dedicated workspace folder.

🛠️ Features

  • Catalog Management: Add, update, and remove books.
  • Member Records: Track user registrations and contact info.
  • Transaction Logic: Handle book check-outs, returns, and due dates.
  • Search: Quick lookup by Title, Author, or ISBN.

🚀 Getting Started

1. Prerequisites

List what a user needs to install before running your code:

  • Language: (e.g., PHP 8.x, Python 3.10, Node.js)
  • Database: (e.g., MySQL via phpMyAdmin, PostgreSQL)
  • Server: (e.g., Apache, Nginx)

2. Database Setup

If you are using phpMyAdmin, follow these steps to fix potential "Table Not Found" errors before they happen:

  1. Open http://localhost/phpmyadmin.
  2. Create a new database named library_db.
  3. Click Import and select the .sql file located in your project's /database folder.
  4. Ensure your config or connection file matches these credentials.

3. Installation

# Clone the repository
git clone https://github.com/yourusername/Library-Management-System.git

# Navigate to the directory
cd Library_Management_System

# Install dependencies (if applicable)
npm install  # or composer install


🛠️ Troubleshooting common issues

Tip: If you encounter a 404 Not Found error when navigating pages, check if your .htaccess file is present or if your server's "Rewrite Module" is enabled. If you cannot find your project files, double-check your IDE's "Recent Projects" list or the paths mentioned in the Project Structure section above.


About

A Library Management System that focuses on smooth transactions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published