Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 916 Bytes

File metadata and controls

28 lines (19 loc) · 916 Bytes

Document Management Panel

This project was generated using Angular CLI version 19.1.6.

Demo

Live demo: Document Management Panel

Features

  • JWT Authentication for secure login.
  • Role-based access: User and Reviewer roles with different permissions.
  • Document Management: Upload, edit, delete, and review documents.
  • Filtering & Sorting: Filter documents by status and sort by columns.
  • Pagination: Efficient navigation through documents.
  • PSPDFKit Integration: View documents using Nutrient Web SDK.

Development Server

To start a local development server, run:

git clone <repo-name>
npm i
ng serve

Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.