Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 682 Bytes

readme.md

File metadata and controls

28 lines (19 loc) · 682 Bytes

FoodMiles

FoodMiles provides small direct financial incentives to users when they choose restaurant meals made with ingredients sourced more locally. FoodMiles achieves this by providing an easy to use augumented reality overlay on existing restaurant menus via your phone, which shows the estimated total distance travelled by the ingredients for each item.

Demo

demo.mp4

Run

Frontend

npm i
npm run dev

Or to expose on local network:

npm run dev-host

Backend

npx hardhat compile
npx hardhat run src/server.js --network vechain_testnet