This project was generated using Angular CLI version 19.1.6.
Live demo: Document Management Panel
- 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.
To start a local development server, run:
git clone <repo-name>
npm i
ng serveOnce 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.