An open API service indexing awesome lists of open source software.

https://github.com/radhakishan404/crawler-react


https://github.com/radhakishan404/crawler-react

Last synced: about 2 months ago
JSON representation

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`.