- Notifications
You must be signed in to change notification settings - Fork24
codegratia/react-node-web-scraper
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
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.
- Frontend: React, Vite
- Backend: Node.js, Express, Axios, Cheerio, Puppeteer
- Node.js (v14 or later)
- npm or yarn
Clone the repository:
git clone https://github.com/yourusername/react-node-web-scraper.gitcd react-node-web-scraperInstall dependencies for both server and client applications using:
npm install# oryarn
In the server directory, you can run:
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.
In the client directory, you can run:
npm run dev# oryarn devRuns the app in development mode. Openhttp://localhost:5173 to view it in the browser.
npm run build# oryarn buildBuilds the app for production to thedist folder.
npm run preview# oryarn previewPreview the production build locally.
About
Final Year project, scraping data of e-commerce stores and display in ReactJS app.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.