{"id":25317447,"url":"https://github.com/devhabeeblateef/ecommerce-app-with-mernstack","last_synced_at":"2026-06-21T01:32:01.497Z","repository":{"id":242158105,"uuid":"807335364","full_name":"devhabeeblateef/ecommerce-app-with-mernstack","owner":"devhabeeblateef","description":"This is a full-stack e-commerce application built using the MERN (MongoDB, Express, React, Node.js) stack. It includes authentication using JWT and password hashing with bcrypt, and is styled with Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2024-09-18T20:58:29.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T17:43:44.172Z","etag":null,"topics":[],"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/devhabeeblateef.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-05-28T22:52:38.000Z","updated_at":"2024-11-23T02:29:40.000Z","dependencies_parsed_at":"2025-04-07T17:49:01.729Z","dependency_job_id":null,"html_url":"https://github.com/devhabeeblateef/ecommerce-app-with-mernstack","commit_stats":null,"previous_names":["devhabeeblateef/ecommerce-app-with-mernstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devhabeeblateef/ecommerce-app-with-mernstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-app-with-mernstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-app-with-mernstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-app-with-mernstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-app-with-mernstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devhabeeblateef","download_url":"https://codeload.github.com/devhabeeblateef/ecommerce-app-with-mernstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-app-with-mernstack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259398363,"owners_count":22851421,"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":[],"created_at":"2025-02-13T19:38:15.361Z","updated_at":"2026-06-21T01:31:56.476Z","avatar_url":"https://github.com/devhabeeblateef.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerce App\n\nThis is a full-stack e-commerce application built using the MERN (MongoDB, Express, React, Node.js) stack. It includes authentication using JWT and password hashing with bcrypt, and is styled with Tailwind CSS.\n\n# Tech Stack\n\n- **MongoDB**: NoSQL database for storing user and product information\n- **Express**: Backend framework for creating RESTful APIs\n- **React**: Frontend framework for building the user interface\n- **Node.js**: Backend environment for executing JavaScript on the server\n- **JWT**: JSON Web Tokens for secure authentication and authorization\n- **bcrypt**: For hashing and salting passwords before saving them to the database\n- **Bootstrap**: Utility-first CSS framework for building responsive designs quickly\n\n# Installation\n\n# Prerequisites\n\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org/en/download/) (v14 or higher)\n- [MongoDB](https://www.mongodb.com/try/download/community)\n- [npm](https://www.npmjs.com/get-npm) (Node Package Manager)\n\n# Steps to Run the Application\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/your-username/ecommerce-mern-app.git\ncd ecommerce-mern-app\n```\n\n2. Install dependencies for both frontend and backend:\n\n```bash\n# Backend\ncd server\nnpm install\n\n# Frontend\ncd ../client\nnpm install\n```\n\n3. Set up environment variables:\n\nCreate a `.env` file in the `server` folder with the following content:\n\n```bash\n# MongoDB connection string\nMONGO_URI=your_mongo_db_connection_string\n\n# JWT Secret\nJWT_SECRET=your_jwt_secret\n\n# Bcrypt salt rounds\nBCRYPT_SALT_ROUNDS=10\n\n# Port for server\nPORT=5000\n```\n\n4. Run the development server:\n\n- **Backend**: Start the Express server\n  ```bash\n  cd server\n  npm run dev\n  ```\n\n- **Frontend**: Start the React app\n  ```bash\n  cd client\n  npm start\n  ```\n\nThe frontend should be running on `http://localhost:3000` and the backend on `http://localhost:5000`.\n\n# Contributing\n\nFeel free to fork this repository, make your changes, and submit a pull request. Contributions are welcome!\n\n# License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhabeeblateef%2Fecommerce-app-with-mernstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevhabeeblateef%2Fecommerce-app-with-mernstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhabeeblateef%2Fecommerce-app-with-mernstack/lists"}