{"id":19537894,"url":"https://github.com/nischay-code/mern_ecommerce","last_synced_at":"2026-04-11T18:02:48.768Z","repository":{"id":247230630,"uuid":"823974681","full_name":"nischay-code/MERN_Ecommerce","owner":"nischay-code","description":"A modern eCommerce web app built with the MERN stack, featuring user authentication, product management, shopping cart functionality, and order processing","archived":false,"fork":false,"pushed_at":"2024-07-15T03:05:08.000Z","size":1830,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T18:15:44.131Z","etag":null,"topics":["ecommerce","exprees","mern-stack","mongodb","mongoose","nodejs","react"],"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/nischay-code.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-04T05:56:03.000Z","updated_at":"2024-07-15T03:06:58.000Z","dependencies_parsed_at":"2024-11-11T02:40:09.333Z","dependency_job_id":null,"html_url":"https://github.com/nischay-code/MERN_Ecommerce","commit_stats":null,"previous_names":["nischay-code/mern_ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nischay-code%2FMERN_Ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nischay-code%2FMERN_Ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nischay-code%2FMERN_Ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nischay-code%2FMERN_Ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nischay-code","download_url":"https://codeload.github.com/nischay-code/MERN_Ecommerce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240792868,"owners_count":19858552,"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":["ecommerce","exprees","mern-stack","mongodb","mongoose","nodejs","react"],"created_at":"2024-11-11T02:29:52.347Z","updated_at":"2026-04-11T18:02:48.702Z","avatar_url":"https://github.com/nischay-code.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 MERN Stack eCommerce Site\n\nThis is a MERN stack eCommerce site built using the following technologies:\n\n## 🌟 Frontend Dependencies\n- 🧩 antd\n- 🌐 axios\n- ⚛️ react: \n- 🖼️ react-dom\n- 🪖 react-helmet\n- 🔥 react-hot-toast\n- 🔗 react-router-dom\n- 🛠️ react-scripts\n- 🍞 react-toastify\n- 📈 web-vitals\n\n## 🔧 Backend Dependencies\n- 🔒 bcrypt\n- 🎨 colors\n- 🕒 concurrently\n- 🌍 cors\n- 🗂️ dotenv\n- 🚂 express\n- 📑 express-formidable\n- 🔐 jsonwebtoken\n- 🗄️ mongoose\n- 📜 morgan\n- 🔄 nodemon\n- 🎨 react-icons\n- 📝 slugify\n\n## 🛠️ Environment Variables\n\n### Backend\nCreate a `.env` file in the root of the backend directory and add the following variables:\n```bash\nPORT=\nDEV_MODE=\nMONGO_URL=\nJWT_SECRET=\n```\n### Frontend\nCreate a `.env` file in the root of the frontend directory and add the following variable:\n```shell\nREACT_APP_API=\n```\n## Installation\n\n### Clone the Repository\n```\ngit clone git@github.com:nischay-code/MERN_Ecommerce.git\ncd MERN_Ecommerce\n```\n\n### Install Frontend Dependencies\n```\ncd frontend\nnpm install\n```\n\n### Install Backend Dependencies\n```\ncd ../backend\nnpm install\n```\n\n## 🚀 Running the Application\n\n### Start the Backend Server\n```\ncd backend\nnpm run server\n```\n\n### Start the Frontend Server\n```\ncd ../frontend\nnpm start\n```\n## Adding the Development Command\n### In the root package.json file, add the following script to run both the frontend and backend servers concurrently:\n```\n\"scripts\": {\n    \"start\": \"node server.js\",\n    \"server\": \"nodemon server.js\",\n    \"client\": \"npm start --prefix ./client\",\n    \"dev\": \"concurrently \\\"npm run server\\\" \\\"npm run client\\\"\"\n}\n```\n## Running the Application\n### Start the Development Server\nTo start both the backend and frontend servers concurrently, run the following command from the root directory:\n\n```shell\nnpm run dev\n```\n## 🤝 Contributing\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\nThis project is licensed under the MIT License.\n\nHappy coding! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnischay-code%2Fmern_ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnischay-code%2Fmern_ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnischay-code%2Fmern_ecommerce/lists"}