{"id":15160918,"url":"https://github.com/sujeethy/ecommerceapp","last_synced_at":"2026-02-25T14:02:16.919Z","repository":{"id":254892614,"uuid":"847871074","full_name":"Sujeethy/eCommerceApp","owner":"Sujeethy","description":"eCommerceApp is a modern full-stack eCommerce platform built with Node.js, Express, MongoDB, and React. It features secure user authentication, shopping cart management, and Stripe payment integration. The app uses Zustand for state management and Framer Motion for smooth animations. Users can download invoices as PDF and email order confirmation","archived":false,"fork":false,"pushed_at":"2024-08-26T22:10:53.000Z","size":11619,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T04:02:45.467Z","etag":null,"topics":["authentication","ecommerce","expressjs","framer-motion","fullstack","jwt","mongodb","nodejs","nodemailer","pdf-invoice","react","stripe","swagger","tailwindcss","zustand"],"latest_commit_sha":null,"homepage":"https://ecommerceapp-w0u6.onrender.com","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/Sujeethy.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:50:15.000Z","updated_at":"2024-08-31T21:34:06.000Z","dependencies_parsed_at":"2024-08-26T21:12:37.187Z","dependency_job_id":"87a7b0c8-1c09-4d64-b190-33288d502314","html_url":"https://github.com/Sujeethy/eCommerceApp","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.46153846153846156","last_synced_commit":"67387cfa034f42dea1bcf0ee53760deda62e7b3f"},"previous_names":["sujeethy/ecommerceapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sujeethy%2FeCommerceApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sujeethy%2FeCommerceApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sujeethy%2FeCommerceApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sujeethy%2FeCommerceApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sujeethy","download_url":"https://codeload.github.com/Sujeethy/eCommerceApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238030288,"owners_count":19404859,"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":["authentication","ecommerce","expressjs","framer-motion","fullstack","jwt","mongodb","nodejs","nodemailer","pdf-invoice","react","stripe","swagger","tailwindcss","zustand"],"created_at":"2024-09-26T23:42:13.545Z","updated_at":"2025-10-24T20:31:08.849Z","avatar_url":"https://github.com/Sujeethy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# eCommerceApp\n\neCommerceApp is a full-stack eCommerce application built with Node.js, Express, MongoDB, and React. The application provides a seamless shopping experience with features like user authentication, shopping cart management, order processing, payment integration with Stripe, and more.\n\n![image](https://github.com/user-attachments/assets/8e4eecc2-6588-4511-a82a-ffc8cca7d0c2)\n\n![image](https://github.com/user-attachments/assets/1baf4b90-3811-4372-b640-2ab94d2b6633)\n\n![image](https://github.com/user-attachments/assets/5896bc8e-61aa-4f91-960a-87ef4572a8d0)\n\n![order_email](https://github.com/user-attachments/assets/c76f6485-3c71-48a9-850c-1d0a243b171a)\n\n![image](https://github.com/user-attachments/assets/d15a22c7-aff4-4e64-95e2-74e63708fb1d)\n\n\n## Features\n\n- **User Authentication:** Secure user authentication with JWT, including features like signup, login, password reset, and email verification.\n- **Shopping Cart:** Add, update, and remove items in the shopping cart with real-time calculations.\n- **Order Management:** Users can place orders, and admins can view and manage orders. Order confirmation emails are sent to users upon successful order placement.\n- **Payment Integration:** Integrated with Stripe for secure payments.\n- **Invoice Download:** Users can download invoices for their orders as PDF files.\n- **State Management:** Zustand is used for global state management, making the state logic simple and predictable.\n- **Animations:** Framer Motion is used for smooth and modern animations throughout the application.\n- **Responsive UI:** A modern and responsive user interface built with React and TailwindCSS.\n- **API Documentation:** Swagger API documentation for backend endpoints.\n\n## Technologies Used\n\n- **Backend:**\n  - Node.js\n  - Express.js\n  - MongoDB with Mongoose\n  - JWT for authentication\n  - Stripe for payment processing\n  - Nodemailer for email notifications\n\n- **Frontend:**\n  - React.js\n  - Vite.js\n  - TailwindCSS\n  - Zustand for state management\n  - Framer Motion for animations\n  - Axios for API requests\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed on your machine\n- MongoDB Atlas account or a local MongoDB instance\n- Stripe account for payment integration\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Sujeethy/eCommerceApp.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd eCommerceApp\n   ```\n3. Install backend dependencies:\n   ```bash\n   npm install\n   ```\n4. Install frontend dependencies:\n   ```bash\n   cd frontend\n   npm install\n   ```\n\n### Running the Application\n\n1. Create a `.env` file in the root directory with the following environment variables:\n   ```env\n   MONGO_URI=\u003cyour-mongo-uri\u003e\n   PORT=5000\n   JWT_SECRET=\u003cyour-jwt-secret\u003e\n   NODE_ENV=development\n   CLIENT_URL=\u003cyour-client-url\u003e\n\n   MAIL_ID=\u003cyour-email-id\u003e\n   MAIL_PASSWORD=\u003cyour-email-password\u003e\n\n   STRIPE_SERVER=\u003cyour-stripe-secret-key\u003e\n   ```\n2. Start the backend server:\n   ```bash\n   npm run dev\n   ```\n3. Start the frontend development server:\n   ```bash\n   cd frontend\n   npm run dev\n   ```\n4. Access the application in your browser at `http://localhost:5173`.\n\n### API Documentation\n\nSwagger API documentation is available at `http://localhost:5000/api-docs`.\n\n## Contributing\n\nContributions are welcome! Please create a pull request for any enhancements or bug fixes.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujeethy%2Fecommerceapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsujeethy%2Fecommerceapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujeethy%2Fecommerceapp/lists"}