{"id":21056813,"url":"https://github.com/freshposh-code/full-stack-mern-e-commerce","last_synced_at":"2026-04-28T14:31:58.334Z","repository":{"id":240577459,"uuid":"800150600","full_name":"freshposh-code/Full-Stack-MERN-E-Commerce","owner":"freshposh-code","description":"An  e-commerce platform, with Auth, Search, Filter, Upload Product | React, MongoDB. implementing essential features like filtering, adding to cart, purchasing, CRUD operations. ","archived":false,"fork":false,"pushed_at":"2025-05-10T09:22:58.000Z","size":41817,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T10:26:21.305Z","etag":null,"topics":["crud-operations","jwt-authentication","mongodb-atlas","nodemailer","responsive"],"latest_commit_sha":null,"homepage":"https://poshstore.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freshposh-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-05-13T19:50:27.000Z","updated_at":"2025-05-10T09:23:02.000Z","dependencies_parsed_at":"2024-05-19T22:22:26.834Z","dependency_job_id":"97407e20-8125-43c8-ac48-850ce5507094","html_url":"https://github.com/freshposh-code/Full-Stack-MERN-E-Commerce","commit_stats":null,"previous_names":["freshposh-code/full-stack-mern-e-commerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/freshposh-code/Full-Stack-MERN-E-Commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freshposh-code%2FFull-Stack-MERN-E-Commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freshposh-code%2FFull-Stack-MERN-E-Commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freshposh-code%2FFull-Stack-MERN-E-Commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freshposh-code%2FFull-Stack-MERN-E-Commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freshposh-code","download_url":"https://codeload.github.com/freshposh-code/Full-Stack-MERN-E-Commerce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freshposh-code%2FFull-Stack-MERN-E-Commerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32384954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["crud-operations","jwt-authentication","mongodb-atlas","nodemailer","responsive"],"created_at":"2024-11-19T16:54:13.339Z","updated_at":"2026-04-28T14:31:53.325Z","avatar_url":"https://github.com/freshposh-code.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"🛍️ Full-Stack Ecommerce App\n\n## Overview\n\nThis project is a full-stack ecommerce application built with [Vite](https://vitejs.dev/), [React](https://reactjs.org/), [Node.js](https://nodejs.org/), and [MongoDB](https://www.mongodb.com/). The app is designed to provide a seamless shopping experience with an optimized front-end and robust back-end.\n\nA full-featured e-commerce web application built with **React**, **MongoDB**, and **Node.js**. Includes authentication, product search, filtering, upload, cart functionality, and complete CRUD operations for both users and admins.\n\n## 🚀 Features\n\n- 🔐 **Authentication** (JWT-based login, signup, password hashing)\n  \n- 🛒 **Cart System** (add/remove/update items)\n  \n- 🔍 **Search \u0026 Filtering** by category, price, keyword\n  \n- 🧾 **Checkout Functionality** (payment integration |STRIPE|)\n  \n- 🧑‍💼 **Admin Controls** (CRUD on products, view orders, manage users)'\n  \n- 📸 **Product Upload** (with image support)\n  \n- 📦 **MongoDB Database** for all product/user/order data\n  \n- ⚙️ **REST API** built with Express\n\n **Responsive Design**: Fully responsive, ensuring a great user experience across all devices.\n---\n\n## 🧱 Tech Stack\n\n| Tech        | Description                       |\n|-------------|-----------------------------------|\n| React       | Frontend library                  |\n| Redux/Context | State management (optional)     |\n| Express     | Backend framework (Node.js)       |\n| MongoDB     | NoSQL database                    |\n| Mongoose    | MongoDB object modeling           |\n| JWT         | Authentication                    |\n| Cloudinary | File/image upload support |\n\n\n## Installation\n\n### Prerequisites\n\n- Node.js and npm installed on your machine.\n- MongoDB database set up and running.\n- Stripe account for payment processing.\n\n### Backend Setup\n\n1. Clone the repository:\n    ```bash\n    https://github.com/freshposh-code/Full-Stack-MERN-E-Commerce.git\n    cd backend\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Set up environment variables:\n    - Create a `.env` file in the `backend` directory.\n    - Add the following variables:\n      ```plaintext\n      MONGO_URI=your_mongodb_connection_string\n      JWT_SECRET=your_jwt_secret\n      STRIPE_SECRET_KEY=your_stripe_secret_key\n      ```\n\n4. Run the server:\n    ```bash\n    npm run dev\n    ```\n\n### Frontend Setup\n\n1. Navigate to the frontend directory:\n    ```bash\n    cd ../frontend\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Start the development server:\n    ```bash\n    npm run dev\n    ```\n\n4. Visit `http://localhost:3000` in your browser to see the app in action.\n\n## Usage\n\n- **User Side**: Browse products, add items to the cart, and proceed to checkout.\n- **Admin Side**: Log in to the admin dashboard to manage products and orders.\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT). See the `LICENSE` file for more details.\n\n- **Permission**: You are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software.\n- **Condition**: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n- **Limitation**: The software is provided \"as is\", without warranty of any kind.\n\n## Acknowledgements\n\n- **Vite**: For the fast and modern development environment.\n- **React**: For the powerful and flexible front-end framework.\n- **Node.js**: For the scalable and efficient back-end.\n- **MongoDB**: For the robust and flexible database solution.\n- **Stripe**: For the seamless payment processing integration.\n\n## Contact\n\nIf you have any questions or feedback, feel free to reach out at [atomisefarouk919@gmail.com](mailto:atomisefarouk919@gmail.com).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreshposh-code%2Ffull-stack-mern-e-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreshposh-code%2Ffull-stack-mern-e-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreshposh-code%2Ffull-stack-mern-e-commerce/lists"}