PDFPageSelectors

Step 1 : Clone or Download this project

Step 2 : There will be two folder - 1) client and 2) server ,

      type - "cd client" in terminal and then "npm install", then "npm run dev"

Step 3 : Take another terminal and type - "cd server" and then "npm install" , then "npm start"

Step 4 : Create '.env' in server folder and add -

	MONGO_URL= (your Database url)
	PORT= (your port number)
		JWT_SECRET_KEY= (your Secret key)