{"id":27075878,"url":"https://github.com/sabat-12067/sabat-fullstack-mern-ecommerce","last_synced_at":"2026-04-06T01:33:23.072Z","repository":{"id":286136990,"uuid":"960487681","full_name":"sabat-12067/sabat-fullstack-mern-ecommerce","owner":"sabat-12067","description":"E-Store - A comprehensive and modern e-commerce platform built with React, Tailwind CSS, and Node.js, designed to provide a seamless and intuitive shopping experience. This project features user authentication, product browsing, cart management, and secure payment processing using Stripe.","archived":false,"fork":false,"pushed_at":"2025-04-04T14:42:49.000Z","size":27437,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:18:18.465Z","etag":null,"topics":["ecommerce","express","full-stack","mongodb","nodejs","react","stripe","tailwindcss"],"latest_commit_sha":null,"homepage":"https://full-stack-mern-e-store.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/sabat-12067.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":"2025-04-04T14:17:27.000Z","updated_at":"2025-10-25T14:09:15.000Z","dependencies_parsed_at":"2025-04-04T15:40:29.403Z","dependency_job_id":null,"html_url":"https://github.com/sabat-12067/sabat-fullstack-mern-ecommerce","commit_stats":null,"previous_names":["sabat-12067/sabat-fullstack-mern-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sabat-12067/sabat-fullstack-mern-ecommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabat-12067%2Fsabat-fullstack-mern-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabat-12067%2Fsabat-fullstack-mern-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabat-12067%2Fsabat-fullstack-mern-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabat-12067%2Fsabat-fullstack-mern-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sabat-12067","download_url":"https://codeload.github.com/sabat-12067/sabat-fullstack-mern-ecommerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabat-12067%2Fsabat-fullstack-mern-ecommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ecommerce","express","full-stack","mongodb","nodejs","react","stripe","tailwindcss"],"created_at":"2025-04-06T00:18:18.558Z","updated_at":"2026-04-06T01:33:23.056Z","avatar_url":"https://github.com/sabat-12067.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Store\r\n\r\n![Alt text](HomePage.png?raw=true \"Title\")\r\n\r\nA comprehensive and modern e-commerce platform built with React, Tailwind CSS, and Node.js, designed to provide a seamless and intuitive shopping experience. This project features user authentication, product browsing, cart management, and secure payment processing using Stripe.\r\n## Features\r\n\r\n- User Authentication (Login, Registration, Password Reset)\r\n- Browse Products by Category, Brand name, product name\r\n- View Product Details\r\n- Add Products to Cart\r\n- Checkout with Stripe Integration\r\n- View Order History\r\n- Responsive Design\r\n\r\n## Tech Stack\r\n\r\n- **Frontend:** React, Tailwind CSS\r\n- **Backend:** Node.js, Express\r\n- **Database:** MongoDB\r\n- **Payment Gateway:** Stripe\r\n- **Other Libraries:** moment.js, react-toastify\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\n\r\nMake sure you have the following installed on your local machine:\r\n\r\n- Node.js\r\n- MongoDB\r\n\r\n### Installation\r\n\r\n1. Clone the repository:\r\n    ```bash\r\n    https://github.com/kumarprince06/Full-Stack-MERN-E-Commerce.git\r\n    ```\r\n\r\n2. Navigate to the project directory:\r\n    ```bash\r\n    cd Full-Stack-MERN-E-Commerce\r\n    ```\r\n\r\n3. Install dependencies for both frontend and backend:\r\n\r\n    - Frontend:\r\n        ```bash\r\n        cd frontend\r\n        npm install\r\n        ```\r\n\r\n    - Backend:\r\n        ```bash\r\n        cd ../backend\r\n        npm install\r\n        ```\r\n\r\n### Configuration\r\n\r\n1. Set up environment variables:\r\n\r\n    Create a `.env` file in the `server` directory and add the following:\r\n    ```env\r\n    PORT=5000\r\n    MONGO_URI=your_mongodb_connection_string\r\n    STRIPE_SECRET_KEY=your_stripe_secret_key\r\n    FRONTEND_URL=http://localhost:3000\r\n    MAIL_HOST=your_smtp\r\n    MAIL_USER=your_email\r\n    MAIL_PASS=your_mail_app_security_key  \r\n    STRIPE_SECRET_KEY =your_stripe_account_secret_key\r\n    STRIPE_WEBHOOK_END_POINTS_SECRET = your_Stripe_Webhook_endpoints_Sekret_key\r\n    ```\r\n\r\n2. Configure Stripe in `sbackend/config/stripe.js`:\r\n    ```javascript\r\n    const stripe = require('stripe')(process.env.STRIPE_SECRET_KEY);\r\n    module.exports = stripe;\r\n    ```\r\n\r\n### Running the Application\r\n\r\n1. Start the MongoDB server:\r\n    ```bash\r\n    mongod\r\n    ```\r\n\r\n2. Start the backend server:\r\n    ```bash\r\n    cd backend\r\n    npm run dev\r\n    ```\r\n\r\n3. Start the frontend server:\r\n    ```bash\r\n    cd ../frontend\r\n    npm start\r\n    ```\r\n\r\n4. Open your browser and navigate to `http://localhost:3000`\r\n\r\n## Usage\r\n\r\n### User Authentication\r\n\r\n- Register a new account or log in with existing credentials.\r\n- Reset password using the email provided during registration.\r\n\r\n### Browsing Products\r\n\r\n- Navigate through various product categories.\r\n- Click on a product to view detailed information.\r\n\r\n### Adding Products to Cart for admin\r\n\r\n- Add desired products to the cart from the product details page.\r\n- Adjust quantities in the cart.\r\n\r\n### Checkout\r\n\r\n- Proceed to checkout from the cart page.\r\n- Complete payment using Stripe.\r\n\r\n### Order History\r\n\r\n- View past orders and order details in the order history section.\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please follow these steps:\r\n\r\n1. Fork the repository.\r\n2. Create a new branch (`git checkout -b feature-branch`).\r\n3. Commit your changes (`git commit -m 'Add some feature'`).\r\n4. Push to the branch (`git push origin feature-branch`).\r\n5. Open a pull request.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Acknowledgements\r\n\r\n- [React](https://reactjs.org/)\r\n- [Tailwind CSS](https://tailwindcss.com/)\r\n- [Stripe](https://stripe.com/)\r\n- [Node.js](https://nodejs.org/)\r\n- [MongoDB](https://www.mongodb.com/)\r\n\r\n---\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabat-12067%2Fsabat-fullstack-mern-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabat-12067%2Fsabat-fullstack-mern-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabat-12067%2Fsabat-fullstack-mern-ecommerce/lists"}