https://github.com/radhakishan404/crawler-react
https://github.com/radhakishan404/crawler-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radhakishan404/crawler-react
- Owner: radhakishan404
- Created: 2022-11-28T06:46:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T06:46:57.000Z (over 2 years ago)
- Last Synced: 2025-02-12T09:53:12.345Z (3 months ago)
- Language: JavaScript
- Size: 327 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Crawler React
- This application is simply display the list of crawler job.
- Following are the key feature of this application
- User can add product url from - [flaconi](https://www.flaconi.de/accessoires/flaconi/diy-geschenkverpackung/flaconi-diy-geschenkverpackung-black-edition-geschenkverpackung.html#sku=80055137-1)
- After product is added it will show the live status of crawling job.
- We are using `reduxjs & socket.io` to display live data.# How to setup React Repository
- You require these tools installed beforehand:
- NodeJS https://nodejs.org/en/download/
- This application was created on nodejs v14.16.1. Please install that for smooth and error free operation.- Clone the repo:
- https://github.com/radhakishan404/crawler-react.git
- Before setup of frontend application, you need to clone the api repository and make you get success message of connection with server and postgres.- To start the application, run these commands:
- `npm install`: to install all the package in your project
- `npm start`: to start the application- After that your application will start at : `localhost:3000`.