WP Manifestindependent plugin directory
manifest / content / library-master

Library Master

A Plugin for managing a library system that handles book records using custom SQL queries and a REST API.

by Anisur Rahman · github.com/anisur2805/library-master · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/anisur2805/library-master/archive/refs/heads/master.zip

Readme

Library System Plugin

Description

A plugin to manage a library system with custom SQL, caching, security, and modern front-end.

Installation

  1. Upload the plugin files to the /wp-content/plugins/library-master directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.

Usage

The plugin provides a custom REST API for managing book records.

Endpoints

  • GET /wp-json/library/v1/books
  • POST /wp-json/library/v1/books

Development

Front-End

The front-end is built using React and Tailwind CSS. To compile the assets:

cd frontend
npm install
npm run build

Not able to do -

  1. Paginate react frontend data
  2. Cache not set

To display frontend data with react

use shortcode '['library-master']'

Read the full README on GitHub →