{"id":22976288,"url":"https://github.com/devramod/ecommerce-app","last_synced_at":"2026-04-10T00:06:23.693Z","repository":{"id":158249500,"uuid":"631475005","full_name":"devramod/ecommerce-app","owner":"devramod","description":"Fullstack Ecommerce Application made with MongoDB, Express, React \u0026 Nodejs (MERN)","archived":false,"fork":false,"pushed_at":"2023-05-24T13:18:54.000Z","size":613,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T23:25:33.089Z","etag":null,"topics":["authentication","css3","expressjs","html5","javascript","material-ui","momentjs","mongodb","mongoose","nivo-charts","nodejs","react","react-redux","react-router","recharts","redux","redux-persist","redux-thunk","redux-toolkit"],"latest_commit_sha":null,"homepage":"https://ecommerce-app-client.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/devramod.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":"2023-04-23T06:10:24.000Z","updated_at":"2023-04-23T13:10:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"80e0b2f5-e2ce-41ee-8f96-178f3664ac5f","html_url":"https://github.com/devramod/ecommerce-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devramod%2Fecommerce-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devramod%2Fecommerce-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devramod%2Fecommerce-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devramod%2Fecommerce-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devramod","download_url":"https://codeload.github.com/devramod/ecommerce-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246777816,"owners_count":20832033,"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","css3","expressjs","html5","javascript","material-ui","momentjs","mongodb","mongoose","nivo-charts","nodejs","react","react-redux","react-router","recharts","redux","redux-persist","redux-thunk","redux-toolkit"],"created_at":"2024-12-15T00:49:07.469Z","updated_at":"2025-12-30T20:03:58.965Z","avatar_url":"https://github.com/devramod.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Stack Ecommerce Application\n\nThis is a MERN (MongoDB, Express.js, React.js, Node.js) stack ecommerce application that allows users to browse and purchase products online.\n\n## Table of Contents\n- [Features](#features)\n- [Front-end Technologies](#front-end-technologies)\n- [Back-end Technologies](#back-end-technologies)\n- [Setup](#setup)\n- [Run](#run)\n- [Usage](#usage)\n- [Technologies](#technologies)\n- [Demo](#demo)\n- [Contributing](#contributing)\n\n### Features\n\nThis ecommerce application has the following features:\n\n- Browse products and brands\n- Shopping cart management\n- Checkout and payment processing with Stripe\n- Contact page\n- User profile management\n- User authentication\n- User location\n- Admin profile management\n- Admin product management\n- Order history and status tracking\n\n### Installation\n\n1. Clone the repository: `git clone https://github.com/devramod/ecommerce-app.git`\n2. Install the dependencies: `npm install`\n\n### Setup\n\n1. Create a .env file in the client directory with the following variables:\n    ```\n     REACT_APP_SERVER_DOMAIN = http://localhost:8080\n     REACT_APP_ADMIN_EMAIL = ram5sasanga@gmail.com\n    ```\n2. Create a .env file in the server directory with the following variables:\n    ```\n     MONGODB_USERNAME = ram5sasanga\n     MONGODB_PASSWORD = icecream\n     MONGODB_URL = \"mongodb+srv://ram5sasanga:icecream@cluster0.hky9m8w.mongodb.net/icecream?retryWrites=true\u0026w=majority\"\n     STRIPE_KEY = sk_test_51MtplaGhcHbzWbPl4oSZrUE5mJGTCPA4IlZqqtGJ24MSYCIaJQEiuqqbWuyJnpX8XnHWFcV4Vh8RgBHAHd99WwPR00E7UximML\n     CLIENT_URL = http://localhost:3000\n    ```\n\n### Run\n\n1. Run the server: `npm start`\n2. Run the client: `npm start`\n\n### Usage\n\nTo use this ecommerce application, follow these steps:\n\n1. Create an account or sign in\n2. Browse and search for products\n3. Add products to your shopping cart\n4. Proceed to checkout and enter your shipping and payment information\n5. Place your order and track your order status in your account\n\nAs an admin, you can also manage products and users by logging in as an admin user. To use admin dashboard of this ecommerce application, follow these steps:\n\n1. Sign in using: \n    - Email address: `ram5sasanga@gmail.com`\n    - Password: `RaS123@#$`\n    \nThis ecommerce application uses the following technologies:\n\n### Front-end Technologies\n\n- React.js: front-end library\n- Redux, React-redux, Redux-toolkit: state managing and centralizing\n- Redux-persist: persist and rehydrate redux store\n- Redux-thunk\n- React-router: routing\n- Recharts: display charts\n- Nivo.rocks: geography chart\n- Material ui: ui development\n\n### Back-end Technologies\n\n- Node.js: back-end runtime\n- Express.js: back-end web framework\n- MongoDB: database management\n- Mongoose: database connection\n\n### Demo\n\n- This application is deployed on Render.\n- Please visit this link: \u003chttps://ecommerce-app-client.onrender.com/\u003e\n\n### Contributing\n\nIf you would like to contribute to this ecommerce application, feel free to submit a pull request or raise an issue.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevramod%2Fecommerce-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevramod%2Fecommerce-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevramod%2Fecommerce-app/lists"}