https://product-rater.arhan.tech/
This is a website that gathers reviews from trusted sources online to present to you, as well as analysing how they feel about the product and what its overall pros and cons are.
Product-Rater.Screen.Recording.mov
If you wish to run this on your own computer, follow these steps:
- Clone this repo
- Run
npm install
- Duplicate the .env.example and name it .env
- Create a Google Programmable Search Engine for the sources you want this to use: https://programmablesearchengine.google.com/
- Copy the Programmable Search Engine API key and CX and paste it into the .env file
- Get a Google Gemini API key: https://ai.google.dev/
- Copy the Gemini API key and paste it into the .env file
- Create an Upstash account: https://upstash.com/
- Create a new Redis database
- Copy the Redis URL and token and paste it into the .env file.
- Run
npm run dev