{"id":18852039,"url":"https://github.com/siddheshrm/e-commerce","last_synced_at":"2025-09-14T14:48:49.065Z","repository":{"id":247261349,"uuid":"824066501","full_name":"siddheshrm/e-commerce","owner":"siddheshrm","description":"This project was developed as part of my CDAC coursework. It features a user-friendly design to ensure ease of use, with a simple and intuitive interface. The front-end utilizes HTML, CSS, and JavaScript. For the backend, we've used Node.js, with Google Firebase (NoSQL) as our database and Stripe as our payment gateway.","archived":false,"fork":false,"pushed_at":"2024-08-15T05:27:06.000Z","size":40954,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T03:37:28.028Z","etag":null,"topics":["cdac","cdacblr","e-commerce","e-commerce-project","e-commerce-website","onlineshopping","onlineshoppingwebsite"],"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/siddheshrm.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-07-04T09:45:20.000Z","updated_at":"2024-08-15T05:27:09.000Z","dependencies_parsed_at":"2024-08-15T05:56:09.476Z","dependency_job_id":null,"html_url":"https://github.com/siddheshrm/e-commerce","commit_stats":null,"previous_names":["siddheshrm/e-commerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siddheshrm/e-commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshrm%2Fe-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshrm%2Fe-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshrm%2Fe-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshrm%2Fe-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddheshrm","download_url":"https://codeload.github.com/siddheshrm/e-commerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshrm%2Fe-commerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275120871,"owners_count":25409025,"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-09-14T02:00:10.474Z","response_time":75,"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":["cdac","cdacblr","e-commerce","e-commerce-project","e-commerce-website","onlineshopping","onlineshoppingwebsite"],"created_at":"2024-11-08T03:37:49.872Z","updated_at":"2025-09-14T14:48:49.054Z","avatar_url":"https://github.com/siddheshrm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About Project\n\nThis project, a basic online e-commerce website was developed as part of CDAC coursework. It features a user-friendly design to ensure ease of use, with a simple and intuitive interface.\n\n## Technologies Used\n\n- Front-end: HTML, CSS, JavaScript\n- Back-end: Node.js\n- Database: Google Firebase (NoSQL)\n- Payment Gateway: Stripe (Test mode)\n\n## Installation\n\n1. Clone the repository and navigate to the project directory.\n2. Install npm and other required dependencies listed below.\n3. Start the development server using: `nodemon server.js`.\n4. Access the application locally at `http://localhost:3000/index.html`.\n\n## Dependencies\n\n- aws\n- aws-sdk\n- bcrypt\n- dotenv\n- express.js\n- firebase\n- nodemon\n- stripe\n\n## Please Note\n\n1. The project does not focus on making the site fully responsive.\n2. The project is not intended for real-life use.\n3. Please do not enter sensitive information, such as personal details, bank or credit card details, etc.\n\n## Usage\n\n1. **Signup and Login:**\n   - Sign up using your name, email id, mobile number, and password. Use these credentials to log in.\n2. **Seller Registration:**\n   - If you are a seller, register with basic details about your business.\n3. **Seller Dashboard:**\n   - Add, edit, and delete products through the seller dashboard.\n4. **Customer Actions:**\n   - Search products, add and edit reviews, add and remove products to the cart, and proceed to checkout.\n\n## About Me\n\nYou can learn more about me and explore my other projects on my [personal portfolio website](https://siddheshmestri.in).\n\n## Screenshots\n\n### Error Pages\n\n- **404 Error Page**\n\n  This screenshot shows the custom error page displayed when a user navigates to a non-existent URL.\n  ![Error Page](public/screenshots/404-page.png)\n\n### Authentication Pages\n\n- **Login Page**\n\n  Here's the login page where users can authenticate themselves to access their accounts using email id and password.\n  ![Login Page](public/screenshots/login.png)\n\n- **Signup Page**\n\n  This screenshot displays the signup page where new users can create an account using name, email id, contact number and password.\n  ![Signup Page](public/screenshots/signup.png)\n\n### Home Page\n\n- **Home Page**\n\n  The main landing page of the application, showcasing featured products, best selling categories, and review section.\n  ![Home Page](public/screenshots/home-page.jpg)\n\n### Seller Pages\n\n- **Seller Registeration Page**\n\n  View of the seller page where users can register themselves as sellers by providing basic business details.\n  ![Seller Registeration Page](public/screenshots/seller-registration.png)\n\n- **Seller Dashboard**\n\n  Dashboard interface for sellers to product information.\n  ![Seller Dashboard](public/screenshots/seller-dashboard.png)\n\n### Product Management Pages\n\n- **Add New Product Page**\n\n  Form page for sellers to add new products to the catalog.\n  ![Add New Product Page](public/screenshots/add-new-product.png)\n\n- **Edit Product Page**\n\n  Page allowing sellers to edit existing product details.\n  ![Edit Product Page](public/screenshots/edit-product.png)\n\n### Search Pages\n\n- **Search Results**\n\n  Display of search results based on user queries.\n  ![Search Results](public/screenshots/search-results.png)\n\n- **Empty Search Results**\n\n  Visual representation of the search results page when no matches are found.\n  ![Empty Search Results](public/screenshots/search-results-empty.png)\n\n### Product Pages\n\n- **Product Page**\n\n  Detailed view of a product, including product details, pricing, specifications, add review section, customer reviews and similar products section.\n  ![Product Page](public/screenshots/product-details.png)\n\n### Cart and Checkout Pages\n\n- **Empty Cart**\n\n  View of the shopping cart when it's empty, prompting users to add items.\n  ![Empty Cart](public/screenshots/empty-cart.png)\n\n- **Cart**\n\n  The shopping cart with items added, displaying order details and options for checkout.\n  ![Cart](public/screenshots/cart.png)\n\n- **Checkout**\n\n  Checkout page where users finalize their purchases and enter payment information.\n  ![Checkout](public/screenshots/checkout.png)\n\n### Payment Pages\n\n- **Payment Gateway**\n\n  Interface showing the payment gateway used for secure transactions, powered by Stripe.\n  ![Payment Page](public/screenshots/payment-page.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddheshrm%2Fe-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddheshrm%2Fe-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddheshrm%2Fe-commerce/lists"}