{"id":29122218,"url":"https://github.com/juliusmarkwei/azubi-commerce","last_synced_at":"2025-10-15T13:10:33.274Z","repository":{"id":300841270,"uuid":"1007337867","full_name":"juliusmarkwei/azubi-commerce","owner":"juliusmarkwei","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-23T21:16:12.000Z","size":3173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T22:28:04.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://azubi-commerce-omega.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/juliusmarkwei.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-06-23T20:52:17.000Z","updated_at":"2025-06-23T21:17:27.000Z","dependencies_parsed_at":"2025-06-23T22:28:35.724Z","dependency_job_id":"32cec66f-e8ce-45e1-8d7a-28e113fb7fa1","html_url":"https://github.com/juliusmarkwei/azubi-commerce","commit_stats":null,"previous_names":["juliusmarkwei/azubi-commerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juliusmarkwei/azubi-commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fazubi-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fazubi-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fazubi-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fazubi-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliusmarkwei","download_url":"https://codeload.github.com/juliusmarkwei/azubi-commerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fazubi-commerce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262632332,"owners_count":23340214,"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":[],"created_at":"2025-06-29T17:09:44.832Z","updated_at":"2025-10-15T13:10:28.232Z","avatar_url":"https://github.com/juliusmarkwei.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azubi Commerce\n\nA modern e-commerce platform built with Next.js, React, and Tailwind CSS.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Next.js](https://img.shields.io/badge/Next.js-14.2.29-000000?logo=next.js)](https://nextjs.org/)\n[![React](https://img.shields.io/badge/React-18.3.1-61DAFB?logo=react\u0026logoColor=white)](https://reactjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.8.3-3178C6?logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-3.4.17-06B6D4?logo=tailwind-css\u0026logoColor=white)](https://tailwindcss.com/)\n[![pnpm](https://img.shields.io/badge/pnpm-10.11.0-F69220?logo=pnpm\u0026logoColor=white)](https://pnpm.io/)\n\n## 🚀 Features\n\n- **Modern Stack**: Built with Next.js 14, React 18, and TypeScript\n- **Fast by Default**: Optimized for performance and SEO\n- **Responsive Design**: Works on all devices with Tailwind CSS\n- **Developer Experience**: Great DX with TypeScript and ESLint\n- **Package Management**: Using pnpm for fast, disk space efficient package management\n\n## 🛠️ Prerequisites\n\n- Node.js 18 or later\n- pnpm 8 or later\n\n## 🚀 Getting Started\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/juliusmarkwei/azubi-commerce.git\n   cd azubi-commerce\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   pnpm install\n   ```\n\n3. **Start the development server**\n\n   ```bash\n   pnpm dev\n   ```\n\n   Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n4. **Build for production**\n\n   ```bash\n   pnpm build\n   pnpm start\n   ```\n\n## 📁 Project Structure\n\n```text\nazubi-commerce/\n├── public/            # Static files\n├── src/\n│   ├── app/          # App router\n│   ├── components/     # Reusable components\n│   ├── lib/           # Utility functions\n│   └── styles/        # Global styles\n├── .eslintrc.json     # ESLint configuration\n├── .gitignore\n├── next.config.js     # Next.js configuration\n├── package.json       # Project dependencies and scripts\n├── pnpm-lock.yaml     # pnpm lock file\n├── postcss.config.js  # PostCSS configuration\n├── README.md          # This file\n└── tailwind.config.js # Tailwind CSS configuration\n```\n\n## 🤝 Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nSee [CONTRIBUTING.md](CONTRIBUTE.md) for more information on how to get started.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## 📧 Contact\n\nJulius Markwei - [@juliusmarkwei](https://twitter.com/juliusmarkwei)\n\nProject Link: [https://github.com/juliusmarkwei/azubi-commerce](https://github.com/juliusmarkwei/azubi-commerce)\n\n## 🙏 Acknowledgments\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [React Documentation](https://reactjs.org/)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n- [pnpm Documentation](https://pnpm.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliusmarkwei%2Fazubi-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliusmarkwei%2Fazubi-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliusmarkwei%2Fazubi-commerce/lists"}