Skip to content

fvizpal/aptbuy

Repository files navigation

AptBuy

Track product prices while online shopping and buy at the most appropriate time

Deployed link:

AptBuy - Buy appropriately

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. Clone the repository:
git clone https://github.com/fvizpal/aptbuy.git
  1. Intall dependencies:
npm install
  1. Run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the result.

Features:

  • 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

Contributing:

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

Environment variables setup:

Setup following variables

  • MONGODB_URI=
  • EMAIL_FROM=
  • EMAIL_PASSWORD=

About

Track online product prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors