{"id":20603097,"url":"https://github.com/akabaytar/mernshop-ecommerce","last_synced_at":"2026-04-07T22:32:04.189Z","repository":{"id":239464642,"uuid":"794714807","full_name":"akaBaytar/mernshop-ecommerce","owner":"akaBaytar","description":"A full-featured eCommerce platform built with the MERN stack and Redux Toolkit. It includes product reviews, search, pagination, user profiles, admin dashboards for managing products, users, and orders, plus a smooth checkout process with payment integration.","archived":false,"fork":false,"pushed_at":"2024-05-13T10:56:17.000Z","size":2139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T23:42:45.685Z","etag":null,"topics":["express","mern-project","mongodb-atlas","mongoose","react","react-query","react-redux-toolkit","react-router-dom","redux","rest-api"],"latest_commit_sha":null,"homepage":"https://mernshop-ecommerce.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akaBaytar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-01T19:53:35.000Z","updated_at":"2024-09-11T15:11:52.000Z","dependencies_parsed_at":"2025-03-06T16:47:23.419Z","dependency_job_id":null,"html_url":"https://github.com/akaBaytar/mernshop-ecommerce","commit_stats":null,"previous_names":["akabaytar/mernshop-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akaBaytar/mernshop-ecommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaBaytar%2Fmernshop-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaBaytar%2Fmernshop-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaBaytar%2Fmernshop-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaBaytar%2Fmernshop-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akaBaytar","download_url":"https://codeload.github.com/akaBaytar/mernshop-ecommerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaBaytar%2Fmernshop-ecommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["express","mern-project","mongodb-atlas","mongoose","react","react-query","react-redux-toolkit","react-router-dom","redux","rest-api"],"created_at":"2024-11-16T09:16:01.196Z","updated_at":"2026-04-07T22:32:04.172Z","avatar_url":"https://github.com/akaBaytar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mern Shop | eCommerce Platform\n\n- E-Commerce platform built with the MERN stack \u0026 Redux Toolkit.\n\n## Features\n\n- Product reviews and ratings\n- Top products carousel\n- Product pagination\n- Product search feature\n- User profile with orders\n- Admin product management\n- Admin user management\n- Admin Order details page\n- Mark orders as delivered option\n- Checkout process (shipping, payment method etc.)\n- Database seeder (products \u0026 users)\n\n## Usage\n\n1)  Create a [MongoDB database](https://www.mongodb.com/cloud/atlas/register) and obtain your `MongoDB URI`.\n\n#### Env Variables\n\n2) Create the `.env` file with following variables:\n\n```\nNODE_ENV = development\nPORT = 5000\nMONGO_URI = [MONGO_DB_URI]\nJWT_SECRET = [SECRET]\nPAGINATION_LIMIT = 6\n```\n\n3) Change the `JWT_SECRET` and `PAGINATION_LIMIT` to what you want.\n\n#### Install Dependencies\n\n```\nnpm install\ncd frontend\nnpm install\n```\n\n#### Run\n\n```\n\n# Run frontend (:5173) \u0026 backend (:5000)\nnpm run dev\n\n# Run backend only\nnpm run server\n```\n\n#### Build \u0026 Deploy\n\n```\n# Create frontend prod build\ncd frontend\nnpm run build\n```\n\n#### Seed Database\n\n4) You can use the following commands to seed the database with some sample users and products as well as destroy all data.\n\n```\n# Import data\nnpm run data:import\n\n# Destroy data\nnpm run data:destroy\n```\n\n```\n# Sample User Logins\n\nEmail: admin@email.com (Admin)\nPassword: secret\n\nEmail: johndoe@email.com (Customer)\nPassword: john_secret\n\nEmail: janedoe@email.com (Customer)\nPassword: jane_secret\n```\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakabaytar%2Fmernshop-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakabaytar%2Fmernshop-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakabaytar%2Fmernshop-ecommerce/lists"}