Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 513 Bytes

CartX

React / JavaScript project aimed at finding the cheapest products near you. The backend will make API calls / web scrape websites of local stores and then compare prices of items to find the best store to go to.

How to run

  1. Start frontend
  • cd where2shop-app/frontend
  • npm start

In a new terminal... with first still running

  1. Start backend
  • cd where2shop-app/backend
  • npm start

To Do: Add logo inside src/frontend/assets

control + shift + p Dev Containers: rebuild without cache.