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.zipReadme
Library System Plugin
Description
A plugin to manage a library system with custom SQL, caching, security, and modern front-end.
Installation
- Upload the plugin files to the
/wp-content/plugins/library-masterdirectory. - 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/booksPOST /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 -
- Paginate react frontend data
- Cache not set