{"id":14975495,"url":"https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload","last_synced_at":"2026-03-03T17:36:09.729Z","repository":{"id":204419180,"uuid":"711759656","full_name":"saikalyansixsixty6/full-stack-assignment-pdf-upload","owner":"saikalyansixsixty6","description":"file-upload-web-app","archived":false,"fork":false,"pushed_at":"2023-11-06T09:52:37.000Z","size":4064,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T04:54:42.926Z","etag":null,"topics":["expressjs","javascript","mongodb","mongoosejs","nodejs","pdf-lib","reactjs"],"latest_commit_sha":null,"homepage":"https://frontend-part-pdf.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saikalyansixsixty6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-30T05:51:21.000Z","updated_at":"2025-02-25T20:32:37.000Z","dependencies_parsed_at":"2024-09-11T11:23:59.065Z","dependency_job_id":"5c65c987-f49d-4edc-80a4-5c2a9a24c2f4","html_url":"https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload","commit_stats":null,"previous_names":["saikalyansixsixty6/full-stack-assignment-pdf-upload"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saikalyansixsixty6/full-stack-assignment-pdf-upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikalyansixsixty6%2Ffull-stack-assignment-pdf-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikalyansixsixty6%2Ffull-stack-assignment-pdf-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikalyansixsixty6%2Ffull-stack-assignment-pdf-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikalyansixsixty6%2Ffull-stack-assignment-pdf-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saikalyansixsixty6","download_url":"https://codeload.github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saikalyansixsixty6%2Ffull-stack-assignment-pdf-upload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","javascript","mongodb","mongoosejs","nodejs","pdf-lib","reactjs"],"created_at":"2024-09-24T13:52:07.288Z","updated_at":"2026-03-03T17:36:09.697Z","avatar_url":"https://github.com/saikalyansixsixty6.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# full-stack-assignment-pdf-upload\n# PDF File Management App\n\nThis is a simple web application for managing PDF files. Users can upload, view, and extract pages from PDF files. The application consists of a React frontend and a Node.js backend.\n\n## Features\n\n- **User Registration and Login**: Users can register with their name, email, and password. Registered users can log in to access the file management features.\n\n- **File Upload**: Users can upload PDF files with a title. Uploaded files are stored on the server.\n\n- **PDF Viewing**: Users can view PDF files on the web page.\n\n- **PDF Page Extraction**: Users can select specific pages from a PDF file and extract them into a new PDF.\n\n- **PDF File Listing**: The application lists all the uploaded PDF files, displaying their titles and providing an option to view them.\n\n## Technologies Used\n\n- **Frontend**: React.js is used for the user interface.\n- **Backend**: Node.js and Express are used for the server.\n- **Database**: MongoDB is used for storing user data and file information.\n- **PDF Manipulation**: pdf-lib library is used for loading, viewing, and extracting pages from PDF files.\n- **File Upload**: Multer middleware is used for handling file uploads.\n\n## Setup\n\n1. Clone the repository.\n\n2. Install the required dependencies for the frontend and backend using `npm install` in the respective directories.\n\n3. Create a MongoDB database and update the connection string in the backend code.\n\n4. Start the backend server using `npm start` in the backend directory.\n\n5. Start the frontend development server using `npm start` in the frontend directory.\n\n6. Access the application in your web browser at https://frontend-part-pdf.vercel.app/\n\n\n## Usage\n\n- Register a user account or log in using existing credentials.\n- Upload PDF files with titles.\n- View uploaded PDF files and select pages for extraction.\n- Extract selected pages into new PDF files.\n- Download extracted PDF files.\n\n## Acknowledgments\n\n- This project uses open-source libraries and tools.\n- It's a basic implementation and can be extended for more advanced features and security enhancements.\n\n## Preview of this app\n- Signup with name,email and password\n- ![Screenshot (578)](https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload/assets/91243096/f3155425-0bbd-49db-bb7d-11ebc563efb4)\n- Then login into account\n- ![Screenshot (570)](https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload/assets/91243096/316ebd21-c74e-4ee3-9d83-bc7547a6b98d)\n- Give name of the file name and select the want to upload\n- ![Screenshot (572)](https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload/assets/91243096/687eacc1-fdc7-43b9-b0f5-30d091ccb5c3)\n- Now we can see visual representation of pdf and click on to upload which stores pdf file on server\n- ![Screenshot (573)](https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload/assets/91243096/52baf70b-7030-443b-aea5-a5e8b7af6020)\n- here on scroll down we can see the page number with checkbox to toggle and untoggle,select what pages you want to select and extract from this pdf file.\n- ![Screenshot (575)](https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload/assets/91243096/d5973e42-c530-4679-a44a-9f0662949e8b)\n- After selecting the pages click on to button Extract \u0026 Download which downloads the new pdf file you have selected.\n- ![Screenshot (576)](https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload/assets/91243096/3363317e-7daf-4e2c-a60a-0fffee8ad328)\n- Then we have uploaded files page where you can see what you have uploaded and see the preview of each pdf file\n- ![Screenshot (577)](https://github.com/saikalyansixsixty6/full-stack-assignment-pdf-upload/assets/91243096/fb17b3fd-a874-4747-9901-76c8af33a341)\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaikalyansixsixty6%2Ffull-stack-assignment-pdf-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaikalyansixsixty6%2Ffull-stack-assignment-pdf-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaikalyansixsixty6%2Ffull-stack-assignment-pdf-upload/lists"}