A simple system to show nearby food surplus and shortage areas on a map.
- Shows nearby areas with surplus food (green markers)
- Shows nearby areas with food shortages (red markers)
- Simple map interface
cd backend
npm install
npm startcd frontend
npm install
npm run devGET /api/food-waste/surplus- Get surplus food areasGET /api/food-waste/shortages- Get shortage areas
cd backend
npm testThat's it! Very simple system focused only on showing food areas on a map.