{"id":22330690,"url":"https://github.com/menathndgd/mern-ecommerce","last_synced_at":"2025-10-17T10:21:16.575Z","repository":{"id":254895018,"uuid":"847850292","full_name":"MenathNDGD/MERN-Ecommerce","owner":"MenathNDGD","description":"A full-featured eCommerce platform built using the MERN stack, providing a seamless shopping experience from browsing to checkout.","archived":false,"fork":false,"pushed_at":"2024-09-26T18:03:21.000Z","size":8934,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T08:33:16.878Z","etag":null,"topics":["expressjs","mongodb","nodejs","reactjs","taildwindcss"],"latest_commit_sha":null,"homepage":"https://mern-ecommerce-lake-one.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/MenathNDGD.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}},"created_at":"2024-08-26T17:02:48.000Z","updated_at":"2025-01-28T12:31:44.000Z","dependencies_parsed_at":"2025-01-31T08:40:24.840Z","dependency_job_id":null,"html_url":"https://github.com/MenathNDGD/MERN-Ecommerce","commit_stats":null,"previous_names":["menathndgd/mern-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MenathNDGD%2FMERN-Ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MenathNDGD%2FMERN-Ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MenathNDGD%2FMERN-Ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MenathNDGD%2FMERN-Ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MenathNDGD","download_url":"https://codeload.github.com/MenathNDGD/MERN-Ecommerce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605730,"owners_count":20643030,"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":["expressjs","mongodb","nodejs","reactjs","taildwindcss"],"created_at":"2024-12-04T04:07:33.468Z","updated_at":"2025-10-17T10:21:11.524Z","avatar_url":"https://github.com/MenathNDGD.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛒 MERN E-Commerce Website\n\nWelcome to the **MERN E-Commerce Website**! This project is a feature-rich e-commerce application built using the powerful MERN stack, complete with an intuitive user-facing store and an all-encompassing admin dashboard.\n\n## ✨ Features\n\n### 🌟 User Frontend:\n\n- **🔒 Secure Authentication**: Register, login, and manage user profiles effortlessly.\n- **🛍️ Product Exploration**: Browse and search through an extensive product catalog with advanced filtering options.\n- **🛒 Shopping Cart**: Add products to your cart, modify quantities, and proceed to a hassle-free checkout.\n- **💳 Seamless Payments**: Make secure payments using Stripe integration.\n- **📦 Order Management**: View order history, track deliveries, and manage returns with ease.\n\n### ⚙️ Admin Dashboard:\n\n- **🛠️ Product Management**: Add, update, or delete products with a user-friendly interface.\n- **📂 Category Management**: Organize products into categories for better navigation.\n- **📑 Order Management**: View, process, and update orders efficiently.\n- **👥 User Management**: Manage user roles and access levels.\n\n## 🛠️ Tech Stack\n\n- **MongoDB**: Robust NoSQL database for storing all application data.\n- **Express.js**: Fast and minimalistic backend framework.\n- **React.js**: Modern frontend library for building dynamic user interfaces.\n- **Node.js**: JavaScript runtime environment for running the backend.\n- **Stripe**: Integrated payment gateway for processing transactions.\n- **JWT**: JSON Web Tokens for secure user sessions.\n\n## 🗂️ Folder Structure\n\n```plaintext\n/\n|-- admin/            # React.js admin frontend code\n|-- backend/          # Node.js backend code (Express.js)\n|-- frontend/         # React.js frontend code\n|-- .gitignore        # Files and folders to be ignored by Git\n|-- README.md         # Project documentation\n```\n\n## 🤸 Quick Start\n\nFollow these steps to set up the project locally on your machine.\n\n**Prerequisites**\n\nMake sure you have the following installed on your machine:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en)\n- [NPM](https://www.npmjs.com/) (Node Package Manager)\n\n**Cloning the Repository**\n\n```bash\ngit clone https://github.com/MenathNDGD/MERN-Ecommerce.git\n```\n\n**Installation**\n\nInstall the project dependencies using npm:\n\n```bash\nnpm install\n```\n\n**Set Up Environment Variables**\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003e/admin/.env\u003c/code\u003e\u003c/summary\u003e\n\n```env\nVITE_BACKEND_URL = \"http://localhost:4000\"\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003e/backend/.env\u003c/code\u003e\u003c/summary\u003e\n\n```env\nMONGODB_URI =\n\nCLOUDINARY_API_KEY =\n\nCLOUDINARY_SECRET_KEY =\n\nCLOUDINARY_CLOUD_NAME =\n\nJWT_SECRET =\n\nADMIN_EMAIL = \"admin@trendify.com\" #For testing only\n\nADMIN_PASSWORD = \"admin@123\" #For testing only\n\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003e/frontend/.env\u003c/code\u003e\u003c/summary\u003e\n\n```env\nVITE_BACKEND_URL = \"http://localhost:4000\"\n```\n\n\u003c/details\u003e\n\nReplace the placeholder values with your actual Appwrite credentials.\n\n**Running the Project**\n\n**Admin Dashboard Running On:**\n\n```bash\ncd admin\n```\n\n```bash\nnpm run dev\n```\n\n**Backend Running On:**\n\n```bash\ncd backend\n```\n\n```bash\nnpm run server\n```\n\n**Frontend Running On:**\n\n```bash\ncd frontend\n```\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:5174](http://localhost:5174) in your browser to view the admin dashboard.\n\nOpen [http://localhost:400](http://localhost:400) in your browser to run the backend.\n\nOpen [http://localhost:5173](http://localhost:5173) in your browser to view the frontend project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmenathndgd%2Fmern-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmenathndgd%2Fmern-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmenathndgd%2Fmern-ecommerce/lists"}