Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/entrptaher/experiment-scraper-testing-ground
Web Scraper Testing Ground and Beyond
https://github.com/entrptaher/experiment-scraper-testing-ground
Last synced: about 6 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:53:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T16:16:45.359Z (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
![screenshot](https://github.com/entrptaher/experiment-scraper-testing-ground/blob/master/screenshot.png 'Screenshot')