{"id":26370097,"url":"https://github.com/d-parinita/e-commerce-rest-api-react-admin","last_synced_at":"2026-02-26T01:43:43.056Z","repository":{"id":281525557,"uuid":"936864580","full_name":"d-parinita/e-commerce-REST-api-react-admin","owner":"d-parinita","description":"A modern eCommerce admin panel built with Next.js, Tailwind CSS, and REST API, leveraging AWS S3 Signed URLs for secure media management.","archived":false,"fork":false,"pushed_at":"2025-03-10T09:05:11.000Z","size":169,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T22:40:04.734Z","etag":null,"topics":["aws-s3","nextjs","reactjs","rest-api","tailwindcss"],"latest_commit_sha":null,"homepage":"https://e-commerce-rest-api-react-admin-a8tw.vercel.app/","language":"JavaScript","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/d-parinita.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-02-21T20:30:44.000Z","updated_at":"2025-03-10T09:05:14.000Z","dependencies_parsed_at":"2025-03-09T18:19:59.350Z","dependency_job_id":"79dff5d4-dc17-4444-b9d0-4d0cea9140f7","html_url":"https://github.com/d-parinita/e-commerce-REST-api-react-admin","commit_stats":null,"previous_names":["d-parinita/e-commerce-rest-api-react-admin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d-parinita/e-commerce-REST-api-react-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-parinita%2Fe-commerce-REST-api-react-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-parinita%2Fe-commerce-REST-api-react-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-parinita%2Fe-commerce-REST-api-react-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-parinita%2Fe-commerce-REST-api-react-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-parinita","download_url":"https://codeload.github.com/d-parinita/e-commerce-REST-api-react-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-parinita%2Fe-commerce-REST-api-react-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29847987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"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":["aws-s3","nextjs","reactjs","rest-api","tailwindcss"],"created_at":"2025-03-16T23:18:00.576Z","updated_at":"2026-02-26T01:43:43.042Z","avatar_url":"https://github.com/d-parinita.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# E-Commerce Admin Project\n\n## Overview\n\nThis project is a modern dynamic e-commerce admin frontend application built using Next.js, Tailwind CSS, and Context API for global state management. It provides a seamless user experience with optimized performance, responsive design and secure file uploads using AWS S3 pre-signed URLs.\n\n## Technologies Used\n\n**Next.js** - React framework for the frontend.\n\n**Tailwind CSS** - Utility-first CSS framework for styling.\n\n**AWS S3 Signed URL** - Secure file uploads using AWS S3 pre-signed URLs.\n\n**REST API** - Communicates with the backend for fetching and managing data.\n\n**Context API** - Handles global state management efficiently.\n\n## Features\n\n**User Authentication** - Secure login functionality.\n\n**Product Catalog** - Displays, add and remove products.\n\n**Categories Catalog** - Displays, add and remove categories.\n\n**Order Management** - Users can view all orders and update order status.\n\n**Image Uploads** - Uses AWS S3 signed URLs for secure image storage.\n\n**Mobile Responsiveness** - Fully optimized for different screen sizes.\n\n## Prerequisites for Setting Up the Project\n\n### 1. Clone the Backend Repository\n\n```sh\ngit clone https://github.com/babluroy/node.js-eCommerce-Backend.git\ncd node.js-eCommerce-Backend \n```\n\n### 2. Start the backend server by following the setup instructions from the backend repository.\n\nEnsure the backend is running successfully.\n\n### 3. Set Up the Frontend Environment Variables\n\nIn the frontend project, create a `.env.local` file and add the following environment variables:\n\n```env\nNEXT_PUBLIC_API_URL=\u003cYOUR_BACKEND_URL\u003e\nNEXT_PUBLIC_RAZORPAY_TEST_KEY=\u003cYOUR_RAZORPAY_TEST_KEY\u003e\n```\n\nReplace `\u003cYOUR_BACKEND_URL\u003e` and `\u003cYOUR_RAZORPAY_TEST_KEY\u003e` with the actual values.\n\n### 4. Install Dependencies and Start the Frontend\n\n```sh\nnpm install\nnpm run dev\n```\n\nThe application should now be running successfully.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-parinita%2Fe-commerce-rest-api-react-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-parinita%2Fe-commerce-rest-api-react-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-parinita%2Fe-commerce-rest-api-react-admin/lists"}