{"id":50733302,"url":"https://github.com/theprojectsx/gadgetsarea","last_synced_at":"2026-06-10T11:01:15.481Z","repository":{"id":334572462,"uuid":"1141824038","full_name":"TheProjectsX/gadgetsarea","owner":"TheProjectsX","description":"A Full Stack E Commerce website. Backend created using Express JS, TypeScript, MongoDB, Prisma. Frontend with Next JS, TypeScript, TailwindCSS, Redux, RTK Query.Dashboard using React JS, Tailwind CSS, Redux, RTK Query.","archived":false,"fork":false,"pushed_at":"2026-01-25T16:34:55.000Z","size":949,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-26T09:14:57.257Z","etag":null,"topics":["expressjs","mongodb","nextjs","prisma","reactjs","redux","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://gadgetsarea.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/TheProjectsX.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-25T13:51:57.000Z","updated_at":"2026-01-25T16:37:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/TheProjectsX/gadgetsarea","commit_stats":null,"previous_names":["theprojectsx/gadgetsarea"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/TheProjectsX/gadgetsarea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fgadgetsarea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fgadgetsarea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fgadgetsarea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fgadgetsarea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheProjectsX","download_url":"https://codeload.github.com/TheProjectsX/gadgetsarea/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fgadgetsarea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34149132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expressjs","mongodb","nextjs","prisma","reactjs","redux","tailwindcss","typescript"],"created_at":"2026-06-10T11:01:14.521Z","updated_at":"2026-06-10T11:01:15.476Z","avatar_url":"https://github.com/TheProjectsX.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gadgets Area\n\n[Gadgets Area Frontend](https://gadgetsarea.vercel.app/) | [Dashboard](https://gadgetsarea-dashboard.vercel.app/) | [Backend](https://gadgetsarea-server.vercel.app/)\n\n**Admin Credentials**\n\n- Email: `admin@example.com`\n- Password: `123456`\n\n---\n\n## Project Overview\n\n**Gadgets Area** is a full-featured e-commerce platform focused on gadgets. Users can browse products by categories, filter by brand, price, and availability, manage their cart, place orders, and track or cancel them.\n\nThe **Admin Dashboard** allows management of categories, products, orders, and users. Admins can CRUD products and categories, update product statuses and tags, manage orders, and edit user profiles.\n\nKey features:\n\n- Multi-category product listing\n- Brand, price, and availability filters\n- Cart management (add/remove items)\n- Order tracking and cancellation\n- Stripe payment integration\n- Role-based authentication (users/admin)\n- Email \u0026 password authentication with JWT and cookie-based authorization\n\n---\n\n## Tech Stack\n\n**Backend:**\n\n- Node.js with Express\n- TypeScript\n- MongoDB with Prisma ORM\n- JWT \u0026 Cookie-based authentication\n\n**Frontend (Client):**\n\n- Next.js\n- TypeScript\n- Redux \u0026 RTK Query\n- Tailwind CSS\n\n**Admin Dashboard:**\n\n- React.js\n- Redux \u0026 RTK Query\n- Tailwind CSS\n\n---\n\n## Features\n\n### User\n\n- Browse products by categories\n- Filter products by brand, price, availability\n- Add/remove items from cart\n- View orders and order details\n- Cancel orders\n- Secure authentication\n\n### Admin\n\n- CRUD operations for categories and products\n- Update product status and tags\n- View and manage all orders\n- Change order statuses\n- Manage users and profiles\n\n---\n\n## Live Demo\n\n- **Frontend:** [https://gadgetsarea.vercel.app/](https://gadgetsarea.vercel.app/)\n- **Dashboard:** [https://gadgetsarea-dashboard.vercel.app/](https://gadgetsarea-dashboard.vercel.app/)\n- **Backend API:** [https://gadgetsarea-server.vercel.app/](https://gadgetsarea-server.vercel.app/)\n\n---\n\n## Installation\n\n1. Clone the repo:\n\n```bash\ngit clone https://github.com/TheProjectsX/gadgetsarea.git\n```\n\n2. Install dependencies for backend, client, and dashboard:\n\n```bash\n# Backend\ncd server-side\nnpm install\n\n# FClient\ncd client-side\nnpm install\n\n# Dashboard\ncd dashboard\nnpm install\n```\n\n3. Set up `.env` variables for MongoDB, JWT secret, Stripe keys, etc.\n\n4. Run projects locally:\n\n```bash\n# Backend\nnpm run dev\n\n# Client\nnpm run dev\n\n# Dashboard\nnpm run dev\n```\n\n## License\n\nMIT License © 2026\n\n---\n\n**Gadgets Area** — A modern, full-stack e-commerce solution for gadgets enthusiasts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprojectsx%2Fgadgetsarea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheprojectsx%2Fgadgetsarea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprojectsx%2Fgadgetsarea/lists"}