This project is a Next.js 13 eCommerce price tracker that includes data scraping, cron jobs and sending email.
Feel free to fork the project and change it to your likings. Try it out by cloning the repo to your local machine or download the zip
You need preferably the latest version of Chrome, and text editor.
To get started follow this guide:
In your terminal clone repo to your local machine using git clone:
git clone https://github.com/kartikpavan/Fullstack-Ecommerce.git
Move to your newly cloned repo by entering the following in your terminal:
$ cd price-tracker && yarn or npm install
To Run Project:-
$ yarn dev or npm run dev
To open all project files from terminal using VSCode just tpye and enter:
$ code .
This Project Requires Additional Environment Variable setup
MONGODB_URI=your_mongodb_uri
BRIGHT_DATA_USERNAME =
BRIGHT_DATA_PASSWORD =
NODEMAILER_EMAIL =
NODEMAILER_PASSWORD =