{"id":39248152,"url":"https://github.com/adeel0x01/headless-shop","last_synced_at":"2026-01-18T00:00:54.202Z","repository":{"id":200913919,"uuid":"666758223","full_name":"adeel0x01/headless-shop","owner":"adeel0x01","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-18T06:26:40.000Z","size":13883,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T18:52:17.165Z","etag":null,"topics":["appolo-client","next","postgresql","prisma","reactjs","redux-toolkit","shadcn-ui","shopify-api","storefront","taildwindcss"],"latest_commit_sha":null,"homepage":"https://nostra-three.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adeel0x01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-15T13:31:33.000Z","updated_at":"2024-01-23T07:29:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a336879-ca18-4176-be8f-cec804eae7e7","html_url":"https://github.com/adeel0x01/headless-shop","commit_stats":null,"previous_names":["madeelchaudhary/headless-shop","adeelmc/headless-shop","adeel0x01/headless-shop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adeel0x01/headless-shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeel0x01%2Fheadless-shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeel0x01%2Fheadless-shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeel0x01%2Fheadless-shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeel0x01%2Fheadless-shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adeel0x01","download_url":"https://codeload.github.com/adeel0x01/headless-shop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeel0x01%2Fheadless-shop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28523019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T23:53:28.710Z","status":"ssl_error","status_checked_at":"2026-01-17T23:52:20.131Z","response_time":85,"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":["appolo-client","next","postgresql","prisma","reactjs","redux-toolkit","shadcn-ui","shopify-api","storefront","taildwindcss"],"created_at":"2026-01-18T00:00:19.069Z","updated_at":"2026-01-18T00:00:54.152Z","avatar_url":"https://github.com/adeel0x01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nostra Headless Shop\n\nHeadless Shop is an e-commerce web application built with Next.js 13, TypeScript, Tailwind CSS, and Shadcn-UI. It leverages a Shopify Storefront as the backend, with Prisma and PostgreSQL for data storage. Data fetching is handled using Apollo Client, and state management is achieved with Redux Toolkit.\n\n## Table of Contents\n\n- [Demo](#demo)\n- [Design](#design)\n- [Features](#features)\n- [Technologies](#technologies)\n- [Setup](#setup)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Demo\n\nCheck out the live site at [Headless Shop](https://nostra-three.vercel.app/).\n\n## Design\n\nHere are some design previews of the Headless Shop web application:\n\n### Home Page\n\n![Home Page](design/home.webp)\n\n### Shop Page (All Products)\n\n![Shop Page](design/shop.webp)\n\n### Product Detail Page\n\n![Product Detail Page](design/product.webp)\n\n### Cart Page\n\n![Cart Page](design/cart.webp)\n\n## Features\n\n- **Shopfront Integration**: Headless Shop integrates with a Shopify Storefront, providing a seamless e-commerce experience.\n- **Data Fetching**: Apollo Client is used for efficient and flexible data fetching from the backend.\n- **State Management**: Redux Toolkit is employed for centralized state management, ensuring a smooth user experience.\n- **Responsive Design**: The application is designed to be responsive and user-friendly on various devices.\n- **Customizable Styles**: Tailwind CSS and Shadcn-UI are used for easily customizable and beautiful UI components.\n- **Database Storage**: Prisma and PostgreSQL are used to store and manage application data efficiently.\n\n## Technologies\n\n- Next.js 13\n- TypeScript\n- Tailwind CSS\n- Shadcn-UI\n- Apollo Client\n- Redux Toolkit\n- Shopify Storefront\n- Prisma\n- PostgreSQL\n\n## Setup\n\n1. Clone the repository:\n\n   ```shell\n   git clone https://github.com/madeelchaudhary/headless-shop.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```shell\n   cd headless-shop\n   ```\n\n3. Install the dependencies:\n\n   ```shell\n    npm install\n   ```\n\n4. Configure your environment variables, including your Shopify Storefront credentials and database connection details.\n\n5. Run the database migrations:\n\n   ```shell\n   npx prisma migrate dev --name init\n   ```\n\n6. Run the development server:\n\n   ```shell\n   npm run dev\n   ```\n\n7. Navigate to [http://localhost:3000](http://localhost:3000) in your browser to view the application.\n\n## Usage\n\n1. Browse the products on the home page.\n2. Navigate to the shop page to view all available products.\n3. Click on a product to see its details on the product detail page.\n4. Add items to your cart and proceed to the cart page to review and place your order.\n5. Enjoy shopping!\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadeel0x01%2Fheadless-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadeel0x01%2Fheadless-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadeel0x01%2Fheadless-shop/lists"}