A React TypeScript project built with Vite, featuring a Node/Express backend, Puppeteer for web scraping, and PostgreSQL with Prisma.
This project is a web application that utilizes React on the frontend and Node/Express on the backend to conduct web scraping using Puppeteer. It stores scraped data in a PostgreSQL database using Prisma for efficient data management.
- Modern React TypeScript frontend with Vite.
- Express.js backend for handling API requests.
- Puppeteer for web scraping tasks.
- PostgreSQL database with Prisma for data storage and retrieval.
Before you begin, ensure you have met the following requirements:
- Node.js installed (vXX.XX.X or higher).
- PostgreSQL database.
- Yarn package manager (optional, but recommended).
-
Clone the repository:
git clone https://github.com/your-username/your-project.git cd your-project