{"id":18719129,"url":"https://github.com/danydodson/leaf-and-eye","last_synced_at":"2026-04-10T12:31:42.170Z","repository":{"id":107960372,"uuid":"301838106","full_name":"danydodson/leaf-and-eye","owner":"danydodson","description":"🍃 Leaf \u0026 Eye Specialty Plant Store","archived":false,"fork":false,"pushed_at":"2020-10-06T21:08:12.000Z","size":300,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-13T14:00:02.446Z","etag":null,"topics":["express","mongoose","node","react","redux","redux-thunk","webpack"],"latest_commit_sha":null,"homepage":"https://leafandeye.herokuapp.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/danydodson.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,"zenodo":null}},"created_at":"2020-10-06T19:48:41.000Z","updated_at":"2025-02-21T08:43:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"db1563a2-6fb3-4cc4-9c0d-d9c77b380892","html_url":"https://github.com/danydodson/leaf-and-eye","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danydodson/leaf-and-eye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danydodson%2Fleaf-and-eye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danydodson%2Fleaf-and-eye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danydodson%2Fleaf-and-eye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danydodson%2Fleaf-and-eye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danydodson","download_url":"https://codeload.github.com/danydodson/leaf-and-eye/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danydodson%2Fleaf-and-eye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["express","mongoose","node","react","redux","redux-thunk","webpack"],"created_at":"2024-11-07T13:24:23.656Z","updated_at":"2026-04-10T12:31:42.145Z","avatar_url":"https://github.com/danydodson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Ecommerce\n\n## Description\n\nAn ecommerce store built with MERN stack, and utilizes third party API's. This ecommerce store enable three main different flows or implementations:\n\n1. Buyers browse the store categories, products and brands\n2. Sellers or Merchants manage their own brand component\n3. Admins manage and control the entire store components \n\n\n* features:\n  * Node provides the backend environment for this application\n  * Express middleware is used to handle requests, routes\n  * Mongoose schemas to model the application data\n  * React for displaying UI components\n  * Redux to manage application's state\n  * Redux Thunk middleware to handle asynchronous redux actions\n\n\n\n## What's Next \n\n  * Add a payment method solution to enable checkout and collecting payments\n  * Associate each Merchant with each brand and payment account \n  * Build a feature to manage Merchants registrations with the ability to approve/reject by admins in a realtime implementation\n  * Enable Admins to edit, delete, disable a category, product or a brand\n  * Enable Merchants to edit, delete, disable their own brand and products\n  * Enable Admins and Merhcants to upload product images\n\n\n## Demo\n\nThis application is deployed on Heroku. Please check it out :smile: [here](https://mern-store-80202.herokuapp.com/).\n\n\n## Install\n\nSome basic Git commands are:\n\n```\n$ git clone https://github.com/mohamedsamara/mern-ecommerce.git\n$ cd project\n$ npm install\n```\n\n## Setup\n\n```\n Create .env file that include:\n\n  * MONGO_URI \u0026 JWT_SECRET\n  * PORT \u0026 BASE_SERVER_URL \u0026 BASE_API_URL \u0026 BASE_CLIENT_URL\n  * MAILCHIMP_KEY \u0026 MAILCHIMP_LIST_KEY =\u003e Mailchimp configuration\n  * MAILGUN_KEY \u0026 MAILGUN_DOMAIN \u0026 MAILGUN_EMAIL_SENDER =\u003e Mailgun configuration\n  * GOOGLE_CLIENT_ID \u0026 GOOGLE_CLIENT_SECRET \u0026 GOOGLE_CALLBACK_URL =\u003e Google Auth configuration\n  * FACEBOOK_CLIENT_ID \u0026 FACEBOOK_CLIENT_SECRET \u0026 FACEBOOK_CALLBACK_URL =\u003e Facebook Auth configuration\n```\n\n## Heroku Deployment\n\n```\n\u003e Create a Procfile in the root directory of your application with the following command **web: npm run start:production**\n```\n\n\n## Simple build for production\n\n```\n$ npm run production\n```\n\n## Run the application for development\n\n```\n$ npm start\n```\n\n## Run the application for production\n\n```\n$ npm run start:production\n```\n\n\n## Languages \u0026 tools\n\n- [Node](https://nodejs.org/en/)\n\n- [Express](https://expressjs.com/)\n\n- [Mongoose](https://mongoosejs.com/)\n\n- [React](https://reactjs.org/)\n\n- [Webpack](https://webpack.js.org/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanydodson%2Fleaf-and-eye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanydodson%2Fleaf-and-eye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanydodson%2Fleaf-and-eye/lists"}