CartX is now being developed under a new organization. This repository is not going to be updated https://github.com/CartX-RCOS
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.
- Start frontend
cd where2shop-app/frontend
npm start
In a new terminal... with first still running
- Start backend
cd where2shop-app/backend
npm start
To Do: Add logo inside src/frontend/assets
control + shift + p Dev Containers: rebuild without cache.