Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Final Year project, scraping data of e-commerce stores and display in ReactJS app.

NotificationsYou must be signed in to change notification settings

codegratia/react-node-web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is a web scraper that consists of a client and a server. The client is aReact app bootstrapped withvite and the server uses Express.js, Axios, Cheerio, and Puppeteer for web scraping.

Project Structure

The project has two main folders:

  • client: This is where the front-end code resides.
  • server: This contains the back-end code for the web scraper.

Technologies Used

  • Frontend: React, Vite
  • Backend: Node.js, Express, Axios, Cheerio, Puppeteer

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/react-node-web-scraper.gitcd react-node-web-scraper
  2. Install dependencies for both server and client applications using:

    npm install# oryarn

Running the Application

Server

Available Scripts

In the server directory, you can run:

npm start

Runs the server in development mode with nodemon. Openhttp://localhost:8000 to view the response from/ endpoint in the browser or any other api client.

Client

Available Scripts:

In the client directory, you can run:

npm run dev# oryarn dev

Runs the app in development mode. Openhttp://localhost:5173 to view it in the browser.

npm run build# oryarn build

Builds the app for production to thedist folder.

npm run preview# oryarn preview

Preview the production build locally.

About

Final Year project, scraping data of e-commerce stores and display in ReactJS app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2026 Movatter.jp