{"id":14958033,"url":"https://github.com/saurabhkumardev/recycle","last_synced_at":"2026-02-18T13:32:54.841Z","repository":{"id":255139362,"uuid":"848644925","full_name":"SaurabhKumarDev/recycle","owner":"SaurabhKumarDev","description":"E-Commerce","archived":false,"fork":false,"pushed_at":"2024-09-12T13:06:37.000Z","size":7524,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T08:11:37.378Z","etag":null,"topics":["cookie","cyclic-deployment","expressjs","jwt-authentication","material-ui","mongodb-atlas","netlify-deployment","nodejs","nodemailer","razorpay","react","redux","session","tailwind-css"],"latest_commit_sha":null,"homepage":"","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/SaurabhKumarDev.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-28T06:22:53.000Z","updated_at":"2024-09-12T13:07:14.000Z","dependencies_parsed_at":"2024-09-22T05:03:39.899Z","dependency_job_id":"46a30bee-256d-4581-a679-f01bc2d9697b","html_url":"https://github.com/SaurabhKumarDev/recycle","commit_stats":{"total_commits":7,"total_committers":4,"mean_commits":1.75,"dds":0.5714285714285714,"last_synced_commit":"e00ca1cdaccfe462b7114018cc2cbe4305566644"},"previous_names":["saurabhkumardev/recycle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SaurabhKumarDev/recycle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaurabhKumarDev%2Frecycle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaurabhKumarDev%2Frecycle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaurabhKumarDev%2Frecycle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaurabhKumarDev%2Frecycle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SaurabhKumarDev","download_url":"https://codeload.github.com/SaurabhKumarDev/recycle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaurabhKumarDev%2Frecycle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271281482,"owners_count":24732191,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"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":["cookie","cyclic-deployment","expressjs","jwt-authentication","material-ui","mongodb-atlas","netlify-deployment","nodejs","nodemailer","razorpay","react","redux","session","tailwind-css"],"created_at":"2024-09-24T13:16:01.611Z","updated_at":"2025-10-15T07:52:57.777Z","avatar_url":"https://github.com/SaurabhKumarDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerce Website\n\nThis is a full-stack e-commerce website built using the MERN stack (MongoDB, Express.js, React, Node.js). The application includes functionalities such as a shopping cart, payment processing, real-time notifications, and secure user authentication.\n\n## Features\n\n- **Shopping Cart:** Manage and review items in the shopping cart.\n- **Payment Integration:** Secure payment processing using Razorpay.\n- **Real-Time Notifications:** Receive live updates and alerts.\n- **User Authentication:** Secure login and registration using JWT and OAuth.\n- **Email Notifications:** Automated emails for order confirmation and updates.\n- **State Management:** Efficient state management using Redux.\n\n## Tech Stack\n\n- **Frontend:**\n  - [React](https://reactjs.org/): JavaScript library for building user interfaces.\n  - [Tailwind CSS](https://tailwindcss.com/): Utility-first CSS framework for styling.\n  - [Material UI (MUI)](https://mui.com/): React component library for modern UI design.\n  - [Redux](https://redux.js.org/): State management library for handling complex application state.\n\n- **Backend:**\n  - [Node.js](https://nodejs.org/): JavaScript runtime for server-side development.\n  - [Express.js](https://expressjs.com/): Web application framework for Node.js to build the API.\n\n- **Database:**\n  - [MongoDB Atlas](https://www.mongodb.com/cloud/atlas): Cloud-hosted MongoDB service for storing data.\n\n- **Payment Gateway:**\n  - [Razorpay](https://razorpay.com/): Payment gateway for processing transactions securely.\n\n- **Modules:**\n  - [JWT](https://jwt.io/): JSON Web Tokens for user authentication.\n  - [OAuth](https://oauth.net/): Authorization framework for secure access.\n  - [Bcrypt](https://www.npmjs.com/package/bcrypt): Password hashing for security.\n  - [UID](https://www.npmjs.com/package/uid): Generating unique identifiers.\n  - [Nodemailer](https://nodemailer.com/): Email sending library for notifications.\n  - [Session](https://www.npmjs.com/package/express-session): Session management for user sessions.\n\n## Installation\n\n### Frontend\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/saurabhkumardev/recycle.git\n   ```\n\n2. Navigate to the frontend directory:\n    ```bash\n    cd recycle/frontend\n    ```\n\n3. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n### Backend\n\n1. Navigate to the backend directory:\n    ```bash\n    cd recycle/backend\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Create a .env file in the backend directory and add your environment variables. For example:\n    ```env\n    MONGO_URI=your_mongodb_atlas_connection_string\n    JWT_SECRET=your_jwt_secret\n    RAZORPAY_KEY=your_razorpay_key\n    RAZORPAY_SECRET=your_razorpay_secret\n    ```\n\n## Usage\n\n1. Start the backend server:\n    ```bash\n    cd recycle/backend\n    npm start\n    ```\n\n2. Start the frontend development server:\n    ```bash\n    cd recycle/frontend\n    npm start\n    ```\n\n3. Open your browser and visit `http://localhost:3000` to access the application.\n\n## Deployment\n\n  - Frontend: Deployed on Netlify. Visit [your-frontend-netlify-url] to view the live application.\n  - Backend: Deployed on Cyclic. Visit [your-backend-cyclic-url] to access the backend services.\n\n## Contributing\n\n1. Fork the repository.\n\n2. Create a new branch:\n    ```bash\n    git checkout -b feature/your-feature\n    ```\n\n3. Commit your changes:\n    ```bash\n    git commit -m \"Add your commit message\"\n    ```\n\n4. Push to the branch:\n    ```bash\n    git push origin feature/your-feature\n    ```\n\n5. Create a pull request with a description of your changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabhkumardev%2Frecycle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaurabhkumardev%2Frecycle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabhkumardev%2Frecycle/lists"}