https://github.com/entrptaher/experiment-scraper-testing-ground
Web Scraper Testing Ground and Beyond
https://github.com/entrptaher/experiment-scraper-testing-ground
Last synced: 4 months ago
JSON representation
Web Scraper Testing Ground and Beyond
- Host: GitHub
- URL: https://github.com/entrptaher/experiment-scraper-testing-ground
- Owner: entrptaher
- Created: 2019-06-18T13:49:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:53:56.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:13:34.351Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.35 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.google.com/recaptcha/admin/create "Google's Recaptcha") website
- Then follow this image for more instruction
