Open source family shopping management system. Manages supermarket prices, shopping lists, price alerts, savings tracking, and store geolocation for Colombian supermarkets.
Open source family shopping management system for Colombian supermarkets.
# Install dependencies
npm install
# Initialize database
npm run db:init
# Start server
npm run dev
Server runs at http://localhost:3003
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/stores | List stores |
| GET | /api/stores/nearby | Nearby stores |
| GET | /api/prices/compare/:id | Price comparison |
| GET | /api/savings | Savings summary |
| POST | /api/alerts | Create alert |
All data stored locally in SQLite. No cloud sync by default.
Skill for OpenClaw - AgentSkills compatible