Skip to content

Developed a web application that allows users to upload a PDF file and extract certain pages from the PDF to create a new PDF.

Notifications You must be signed in to change notification settings

alwinantony29/full-stack-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c4698e · Feb 27, 2024

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF Extractor

The objective was to develop a full stack MERN web application that allows users to upload a PDF file and extract certain pages from the PDF to create a new PDF.

Tech Stack

Client: React, Material UI

Server: Node, Express , MongoDB

Features

  • Login/Signup
  • Users can Upload & save their pdf files in the cloud
  • Firebase Authentication
  • Users can extract pages they need and download the new pdf file
  • Simple but powerful UI

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Client side env

VITE_BACKEND_URL

VITE_FIREBASE_API_KEY

Server side env

MONGODB_URI

JWT_KEY

PORT

Run Locally

Clone the project

  git clone git@github.com:alwinantony29/full-stack-task.git

Go to the client directory

  cd client

Install dependencies

  npm install

Start the server

  npm run start

Go to the server directory

  cd server

Install dependencies

  npm install

Start the server

  node index

Screenshots

SignUp

App Screenshot

Login

App Screenshot

Home page

App Screenshot

App Screenshot

Extraction page

App Screenshot

About

Developed a web application that allows users to upload a PDF file and extract certain pages from the PDF to create a new PDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published