The Price Comparison Website allows users to:
- Compare prices, ratings, and features of products across multiple e-commerce platforms.
- View product details, including links to the sellers' websites for easy purchasing.
This project helps users make informed buying decisions by providing a one-stop solution for price comparison.
- Navigate to the frontend directory:
cd ./Frontend npm install npm run dev
- Navigate to the backend directory:
cd ./Backend npm install npm start