Skip to content

A simple Pdf Library made in Vue

Notifications You must be signed in to change notification settings

JvilleDev/Pdf-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Library - Simple PDF Document Management

Welcome to the PDF Library project! This is a simple and efficient tool designed to help you manage and search your PDF documents easily.

Features

Document Upload

  • Upload your PDF documents with ease.
  • Provide a title, category, and description for each document.

Full-Text Search

  • Powerful full-text search functionality to quickly find information within your PDFs.

Simple Search

  • Search among document titles, categories, or descriptions.
  • Easily locate the documents you need.

Document Listing

  • Access a comprehensive list of all your uploaded documents.
  • Get an overview of your document library at a glance.

Getting Started

To get started with the PDF Library, follow these simple steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/JvilleDev/Pdf-Library.git
    
  2. Install the required dependencies:

    npm install
    
  3. Configure your database and environment variables as needed.

  4. Start the application:

    npm start
    
  5. Access the PDF Library in your web browser at http://localhost:8080.

Usage

  1. Upload your PDF documents and provide title, categories, and description. uploadPage
  2. Use the search features to quickly locate documents by content or metadata. easySearch fullSearch
  3. Browse the document listing for an overview of your entire document library. allDocs

Acknowledgments

Special thanks to the open-source community for providing valuable tools and resources that make this project possible.