entrptaher / experiment-scraper-testing-ground

Web Scraper Testing Ground and Beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GET STARTED

Experiment Scrapper Testing Ground

Installing locally

Clone the repo.

git clone https://github.com/entrptaher/experiment-scraper-testing-ground.git

This will clone the repository. You will have two folder backend and frontend. Go to each folder and install the dependencies.

yarn or npm install

COMMANDS

BACKEND

  • start server: yarn start
  • start server in dev mood: yarn run dev
  • check eslint errors: yarn run lint
  • fix possible lint errors: yarn run lint:fix

FRONTEND

  • start server: yarn start

CREATING THE SITE KEY FOR GOOGLE RECAPTCHA

  • At first you need to go to this google recaptcha website

  • Then follow this image for more instruction

    screenshot

About

Web Scraper Testing Ground and Beyond


Languages

Language:JavaScript 94.9%Language:CSS 3.7%Language:HTML 1.4%