https://github.com/baguswijaksono/pdf-management-system
A multi-user PDF Management System for managing content containing PDFs and images, built using Laravel 9.
https://github.com/baguswijaksono/pdf-management-system
laravel-framework laravel9 pdf-management pdf-manager php8
Last synced: 5 months ago
JSON representation
A multi-user PDF Management System for managing content containing PDFs and images, built using Laravel 9.
- Host: GitHub
- URL: https://github.com/baguswijaksono/pdf-management-system
- Owner: baguswijaksono
- Created: 2023-12-01T21:29:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T17:27:58.000Z (over 1 year ago)
- Last Synced: 2024-09-24T16:32:19.894Z (9 months ago)
- Topics: laravel-framework, laravel9, pdf-management, pdf-manager, php8
- Language: PHP
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Interface Preview
Few image of this web app User Interface
| Add Book Page | Edit Book Page |
|---|---|
|  |  || Book Category Page | Excel Example |
|---|---|
|  |  || User 1 Book Page | User 2 Book Page |
|---|---|
|  |  || Login Page | Register Page |
|---|---|
|  |  || User Book Page | Admin Book Page |
|---|---|
|  |  |### Digital Library Website based on a CMS
This Content Management System facilitates content management with the following features:
#### Authentication
- [x] **Login** (Admin and User)
- [x] **Register**#### Book Management
- [x] **Book Data List** with filter options based on Book Category
- [x] **Master Book Data Actions** (Create, Read, Update, Delete, and File Upload)
- Book Data Form includes:
- Book Title
- Book Category (dropdown)
- Description
- Quantity
- Upload Book File (PDF)
- Upload Book Cover (jpeg/jpg/png)#### Book Category Management
- [x] **Book Category Data List**
- [x] **Master Book Category Actions** (Create, Read, Update, Delete)
- Book Category Form includes:
- Category Name#### Data Handling
- [x] **Export Data** (Excel/PDF) from Book Data#### Access Control
- [x] **Access Rights** (Privileges) restricted to viewing, editing, and deleting Book Data List according to the user's created data (except for admin)