{"id":24349137,"url":"https://github.com/ktojan/apollo-graphql-ecommerce-shop","last_synced_at":"2026-04-15T22:33:16.912Z","repository":{"id":272828537,"uuid":"917377204","full_name":"Ktojan/apollo-graphql-ecommerce-shop","owner":"Ktojan","description":"Angular-based ecommerce application with Apollo-GraphQL server side","archived":false,"fork":false,"pushed_at":"2025-02-03T19:44:45.000Z","size":3047,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T18:47:55.140Z","etag":null,"topics":["angular","apollo","apollographql","cypress","e2e-tests","graphql","localstorage-api","primeng","unit-tests"],"latest_commit_sha":null,"homepage":"https://apollo-graphql-ecommerce-shop.vercel.app/","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/Ktojan.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-15T21:37:06.000Z","updated_at":"2025-02-03T19:44:48.000Z","dependencies_parsed_at":"2025-01-16T21:44:44.658Z","dependency_job_id":"1526083b-a359-4236-b5ca-c1dda2b83bfd","html_url":"https://github.com/Ktojan/apollo-graphql-ecommerce-shop","commit_stats":null,"previous_names":["ktojan/apollo-graphql-ecommerce-shop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ktojan/apollo-graphql-ecommerce-shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktojan%2Fapollo-graphql-ecommerce-shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktojan%2Fapollo-graphql-ecommerce-shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktojan%2Fapollo-graphql-ecommerce-shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktojan%2Fapollo-graphql-ecommerce-shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ktojan","download_url":"https://codeload.github.com/Ktojan/apollo-graphql-ecommerce-shop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktojan%2Fapollo-graphql-ecommerce-shop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31863492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","apollo","apollographql","cypress","e2e-tests","graphql","localstorage-api","primeng","unit-tests"],"created_at":"2025-01-18T12:31:41.395Z","updated_at":"2026-04-15T22:33:16.868Z","avatar_url":"https://github.com/Ktojan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![ecom-1](https://github.com/user-attachments/assets/0ca6bdc5-efd1-4bcd-9f05-ee9fdb44345b)\n\n\n\n![media_icon](https://github.com/user-attachments/assets/557fe6b2-37b7-4112-be8a-6eb9d96a7697) ![gifdemo_icon](https://github.com/user-attachments/assets/a0395b5f-cf3b-4b50-ad7b-24ae14beb649) [ALL THE MEDIA EXPLORE HERE](https://github.com/Ktojan/apollo-graphql-ecommerce-shop/blob/master/READ%20MEdia.md)\n\n# ApolloGraphAngularEShop\n\nWelcome to an advanced Angular-based e-commerce application, designed to provide a seamless shopping experience. This platform enables users to explore a set of products with filtering, sorting, categories, wishlist, cart and saving data across browser sessions (in localstorage). First published in Jan 2025.\n\n## Key Features\n\n- **Product Catalog**: Browse an extensive range of products, categorized for easy navigation.\n- **Product Details**: Access comprehensive information about each product, including images, descriptions, and prices.\n- **Suggested Products**: Discover related products tailored to your preferences.\n- **Search Functionality**: Quickly find products using a robust search feature. 🔍\n- **Dynamic Views**: Switch between list and grid views to suit your browsing preferences.\n- **Price Range Slider**: Adjust your budget with a responsive price range slider.\n- **Shopping Cart \u0026 Checkout**: Manage your cart, review your order, and proceed to payment with ease. 🛒\n- **Local Storage Integration**: Save wishlist items and cart contents in local storage, ensuring that your selections persist even after refreshing the page.\n- **End-to-End Testing**: Ensure quality and reliability with comprehensive tests using Cypress.\n\n## Tech Stack\n\n- **Client:** Angular, PrimeNG, PrimeFlex, Apollo Client, RxJS, client GraphQL\n- **Server:** Hasura GraphQL\n- **Tests:** Cypress, Karma + Jasmine\n\nTo execute the end-to-end tests, navigate to the project root directory and run:\n\n```bash\nnpx cypress open    or    npx cypress run\n```\n\n## Running the Application Locally\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone \u003clink\u003e.git\n   ```\n\n2. **Install Dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Start the Angular Development Server**\n\n   ```bash\n   npm start\n   ```\n   The application will be available at `http://localhost:4200`.\n\n![media_icon](https://github.com/user-attachments/assets/557fe6b2-37b7-4112-be8a-6eb9d96a7697) ![gifdemo_icon](https://github.com/user-attachments/assets/a0395b5f-cf3b-4b50-ad7b-24ae14beb649) [ALL THE MEDIA EXPLORE HERE](https://github.com/Ktojan/apollo-graphql-ecommerce-shop/blob/master/READ%20MEdia.md)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktojan%2Fapollo-graphql-ecommerce-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fktojan%2Fapollo-graphql-ecommerce-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktojan%2Fapollo-graphql-ecommerce-shop/lists"}