Track product prices while online shopping and buy at the most appropriate time
This is a Next.js project bootstrapped with create-next-app.
- Clone the repository:
git clone https://github.com/fvizpal/aptbuy.git- Intall dependencies:
npm install- Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Track prices of products
- See all the latest information about the product
- Get email updates directly into your inbox about low prices and stock changes
- Auto updates product information using cron jobs
If you would like to contribute to AptBuy, you can follow these steps:
- Fork the repository
- Create a new branch: git checkout -b new-feature
- Make your changes and commit them: git commit -m "Add new feature"
- Push to the branch: git push origin new-feature
- Create a pull request
Setup following variables
- MONGODB_URI=
- EMAIL_FROM=
- EMAIL_PASSWORD=