{"id":28195366,"url":"https://github.com/andriishulha93/ecommerce-bitex","last_synced_at":"2025-05-16T14:13:11.789Z","repository":{"id":285278362,"uuid":"943530731","full_name":"andriishulha93/ecommerce-bitex","owner":"andriishulha93","description":"Full Stack E-Commerce Website (+ Dashboard)","archived":false,"fork":false,"pushed_at":"2025-03-31T02:28:35.000Z","size":7183,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T20:55:47.414Z","etag":null,"topics":["api-integration","ecommerce","javascrpit","nextauth","nextjs","nodejs","prisma","redux","scss","typescript"],"latest_commit_sha":null,"homepage":"https://bitex.namvar.dev/","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/andriishulha93.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-03-05T21:21:46.000Z","updated_at":"2025-04-03T04:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"e83db676-b987-4aab-ac9d-1c3979a20bf5","html_url":"https://github.com/andriishulha93/ecommerce-bitex","commit_stats":null,"previous_names":["kooky5831/ecommerce-bitex","andriishulha93/ecommerce-bitex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriishulha93%2Fecommerce-bitex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriishulha93%2Fecommerce-bitex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriishulha93%2Fecommerce-bitex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriishulha93%2Fecommerce-bitex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andriishulha93","download_url":"https://codeload.github.com/andriishulha93/ecommerce-bitex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544154,"owners_count":22088808,"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":["api-integration","ecommerce","javascrpit","nextauth","nextjs","nodejs","prisma","redux","scss","typescript"],"created_at":"2025-05-16T14:13:08.016Z","updated_at":"2025-05-16T14:13:11.778Z","avatar_url":"https://github.com/andriishulha93.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Full Stack E-Commerce Website (+ Dashboard) with Next.js 14: React, Typescript, SASS, Prisma, MongoDB, NextAuth, Redux.\n\n![Fullstack E-Commerce Website](https://res.cloudinary.com/drokemaoa/image/upload/v1709638892/bitexPoster.png)\n\n## Overview\n\nBitex is a full-stack E-Commerce project developed with Next.js 14, featuring a range of technologies including React, Typescript, SASS, Prisma, MongoDB, NextAuth, and Redux.\n\n⚠️ `Note:` This project is a personal endeavor created for portfolio purposes and is not associated with any real business or project.\n\n---\n\n#### 🔗 Live Version:\n\nhttps://bitex.namvar.dev ⤴️\n\n---\n\n### 🖥️ Admin Dashboard Features\n\n#### 🔐 Authentication:\n\n- Credential authentication for Dashboard using NextAuth.\n\n#### 📁 Category Management:\n\n- Advanced category management, including combining categories.\n- Add, update, and delete categories and subcategories.\n- Dedicated **specifications** for every category.\n\n#### 🏭 Brands and Products:\n\n- Add and delete products with category-specific specifications.\n- Add, update, and delete brands.\n\n#### 📋 Traffic Report:\n\n- Reports on user page visits.\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n---\n\n### 🛍️ E-Commerce Store Features\n\n#### 🎨 UI Features:\n\n- Full responsiveness\n- CSS animations and effects (`SASS` preprocessor)\n- Skeleton loadings (without using external library )to have seamless page navigation experience.\n- Custom made UI Components (no external library):\n\n  - Price range slider\n  - CheckBox\n  - DropDownList\n  - Popups\n  - Button\n\n- Interactive Homepage Slider\n\n  - Crafted from scratch without using any Library\n  - Supports both Mouse Drag and `TouchInput`\n\n- Shopping cart management with **Redux**.\n- Product gallery to showcase items attractively.\n- Dynamically Loading Categories (List) from Database\n\n#### 🔍 Filter and Sort:\n\n- Advanced filters products by Price, Brand, and Availability.\n- Sorting options in product list page (sort by name and price).\n\n#### ⚙️ Backend:\n\n- Interaction with MongoDB database using Prisma ORM.\n- Database integration using MongoDB hosted on MongoDB Atlas.\n- Server-side form data validation using ZOD.\n\n\u003cbr/\u003e\n\n## 🚀 Getting Started\n\n#### 💾 Cloning the repository\n\n```shell\ngit clone https://github.com/Jastin5831/ecommerce_bitex.git\n```\n\n#### 📥 Install packages\n\n```shell\nnpm i\n```\n\n#### 🛠️ Setup .env file\n\n```js\nDATABASE_URL=\nNEXTAUTH_SECRET=\nCLOUDINARY_URL= //Hosting address for products images\n```\n\n#### ⬆️ Setup Prisma\n\n```shell\nnpx prisma db push\n\n```\n\n#### 🚀 Start the app\n\n```shell\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriishulha93%2Fecommerce-bitex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandriishulha93%2Fecommerce-bitex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriishulha93%2Fecommerce-bitex/lists"}