Skip to content

mavishsethi/Price_Intel

Repository files navigation

🛒 Price Intel

Price Intel is a modern and classy web application that allows users to compare product prices across different platforms like Amazon and Flipkart using SerpAPI. It features a stylish UI built with React + Tailwind, and fetches real-time product data using Node.js and SerpAPI.


🔥 Features

  • 🔍 Product search with live price comparison
  • 🛍️ Fetches prices from Amazon , Flipkart and from other sites
  • 🖥️ Modern UI with gradient design
  • 🌐 External links to vendor websites

⚙️ Setup Instructions

1. Clone the repository

git clone https://github.com/your-username/price-intel.git
cd price-intel

2. Install Backend Dependencies

npm install

3. Setup .env File

Create a .env file in the root and add your SerpAPI key:

SERPAPI_KEY=your_serpapi_key_here

Get your API key from https://serpapi.com/.


4. Start Backend Server

node server/index.js

By default it runs on http://localhost:5000


5. Start Frontend

cd client
npm install
npm run dev

🧠 Tech Stack

  • Frontend: React + TailwindCSS + Vite
  • Backend: Node.js + Express
  • API: SerpAPI (Google Shopping & Amazon engine)
  • Other Tools: Axios, Dotenv, CORS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published