{"id":13533704,"url":"https://github.com/ffex/simple-grocery-demo","last_synced_at":"2025-04-01T22:30:30.000Z","repository":{"id":133506958,"uuid":"422867222","full_name":"ffex/simple-grocery-demo","owner":"ffex","description":"A simple shopping list easy to use.","archived":false,"fork":false,"pushed_at":"2021-10-30T12:32:10.000Z","size":745,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-02T20:33:23.840Z","etag":null,"topics":["appwrite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ffex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-10-30T11:52:41.000Z","updated_at":"2021-10-30T12:32:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"1be9edea-3aa1-48fc-88ce-654e7acb95ed","html_url":"https://github.com/ffex/simple-grocery-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffex%2Fsimple-grocery-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffex%2Fsimple-grocery-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffex%2Fsimple-grocery-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffex%2Fsimple-grocery-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffex","download_url":"https://codeload.github.com/ffex/simple-grocery-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246720410,"owners_count":20822897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite"],"created_at":"2024-08-01T07:01:22.348Z","updated_at":"2025-04-01T22:30:29.597Z","avatar_url":"https://github.com/ffex.png","language":"TypeScript","funding_links":[],"categories":["Showcase (Built with Appwrite 📣)"],"sub_categories":["Angular"],"readme":"# SimpleGrocery\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/ffex/simple-grocery-demo/blob/main/Public/built-with-appwrite.svg\" width=\"200px\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nThis project was created with [Appwrite](https://github.com/appwrite) and [Angular CLI](https://github.com/angular/angular-cli) version 12.0.2.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nThe purpose is to create grocery shopping list fast and simple.\n\u003c/p\u003e\n\n## Feature\n\n\u003cimg src=\"https://github.com/ffex/simple-grocery-demo/blob/main/Public/Screenshot%202021-10-30%20at%2013.44.49.png\" \u003e\n\n1. Add shopping list with name\n\n2. Select simple and fast a product in the right tab\n\n3. See the list grow!\n\n## Run locally\n\n1. Install Appwrite by following the [installation guide](https://appwrite.io/docs/installation).\n\n2. Open the Appwrite console and create a new project.\n\n3. Navigate to `Database` and add a new `Collection` called `Product`.\n\n4. Add the following rules and permissions:\n\n#### Rules:\n\n| Label       | Key          | Type      | Required | Array | Default Value |\n| :---------- | :----------- | :-------- | :------- | :---- | :------------ | \n| Name        | `name`       | Text      | `true`   | false |               |\n| Description | `description`| Text      | `false`  | false |               |\n| Icon        | `icon`       | Text      | `true`   | false |               |\n| Category    | `category`   | Document  | `true`   | false |               |\n\n5. Navigate to `Database` and add a new `Collection` called `Category`.\n\n6. Add the following rules and permissions:\n\n#### Rules:\n\n| Label       | Key          | Type      | Required | Array | Default Value |\n| :---------- | :----------- | :-------- | :------- | :---- | :------------ | \n| Name        | `name`       | Text      | `true`   | false |               |\n| Description | `description`| Text      | `false`  | false |               |\n\n7. Navigate to `Database` and add a new `Collection` called `List`.\n\n8. Add the following rules and permissions:\n\n#### Rules:\n\n| Label       | Key          | Type      | Required | Array | Default Value |\n| :---------- | :----------- | :-------- | :------- | :---- | :------------ | \n| Name        | `name`       | Text      | `true`   | false |               |\n| Description | `description`| Text      | `false`  | false |               |\n\n9. Navigate to `Database` and add a new `Collection` called `List_Product`.\n\n10. Add the following rules and permissions:\n\n#### Rules:\n\n| Label       | Key          | Type      | Required | Array | Default Value |\n| :---------- | :----------- | :-------- | :------- | :---- | :------------ | \n| List        | `list`       | Document  | `true`   | false |               |\n| Product     | `product`    | Document  | `true`   | false |               |\n\n#### Permissions:\n\nRead Access: `*`\n\nWrite Access: `*`\n\n3. Clone this repo\n```bash\n  git clone https://github.com/ffex/simple-grocery-demo.git\n  cd simple-grocery-demo\n```\n\n4. Install dependencies\n```bash\n  npm install\n```\n\n5. From the Appwrite console, note down the `API Endpoint`, `Project ID` and `Collection ID` of the `Photos` Collection and enter these in `src/config.js`.\n\n6. The project is ready to run! :rocket:\n```bash\n  ng serve\n```\n\n#### Special Thanks\n[Agata](https://goodstuffnononsense.com/) for the food images.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffex%2Fsimple-grocery-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffex%2Fsimple-grocery-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffex%2Fsimple-grocery-demo/lists"}