Graduation project — supermarket price comparison (Turkey).
| App | Path | README |
|---|---|---|
| User app (mobile + web) | user-app/ |
user-app/README.md |
| Admin panel | admin-panel/ |
admin-panel/README.md |
| Path | Description |
|---|---|
scripts/ |
Appwrite schema, seed, backfill |
tools/ |
Auxiliary tooling |
docs/ |
Project documentation |
Both apps include step-by-step guides to limit excessive Appwrite read requests.
cd user-app
npm test && npm run lint
npm run devcd admin-panel
npm test && npm run lint
npm run devEach app is independent (npm install inside each folder).
cd user-app && npm run dev
cd admin-panel && npm run dev