Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/kmanisk/PriceTracks.git
cd pricepalInstallation
Install the project dependencies using npm:
npm installSet Up Environment Variables
Create a new file named .env in the root of your project and add the following content:
#SCRAPER
BRIGHT_DATA_USERNAME=
BRIGHT_DATA_PASSWORD=
#DB
MONGODB_URI=
#OUTLOOK
EMAIL_USER=
EMAIL_PASS=Replace the placeholder values with your actual credentials. You can obtain these credentials by signing up on these specific websites from BrightData, MongoDB, and Node Mailer
Running the Project
npm run devOpen http://localhost:3000 in your browser to view the project.