Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.86 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.86 KB

Grocermatic - Australian Grocery Comparison

Grocermatic is a web app for comparing and tracking Australian grocery prices. This price tracker identifies good sale prices and exposes price gouging practices from the Woolworths and Coles duopoly. The PWA app is downloadable and accessible offline to aid users with poor internet connections.

Test the application at www.grocermatic.org or access the raw json data

 

Local Deployment

You must have node.js and git installed.

  1. Clone repository: git clone https://github.com/MengLinMaker/Grocermatic.git
  2. Install packages: npm i
  3. Run development frontend: npm run dev and visit localhost:5174
  4. Preview build frontend: npm run start and visit localhost:4174
  5. Scrape data: npm run scrape
 

Design Docs

The progress and design of the system are documented in the wiki.