{"id":28951814,"url":"https://github.com/kumarankit263/backend_shopease","last_synced_at":"2026-04-12T00:47:50.188Z","repository":{"id":299981144,"uuid":"1001423319","full_name":"kumarankit263/Backend_ShopEase","owner":"kumarankit263","description":"The Ecomm Backend is a robust RESTful API server built with Spring Boot that powers the e-commerce application. It manages core functionalities like user authentication, product management, order processing, reviews, and more","archived":false,"fork":false,"pushed_at":"2025-06-19T08:05:09.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T09:20:00.220Z","etag":null,"topics":["jpa-hibernate","mysql-database","rest-api","spring","spring-boot","spring-security"],"latest_commit_sha":null,"homepage":"","language":"Java","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/kumarankit263.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":"2025-06-13T10:59:20.000Z","updated_at":"2025-06-19T08:49:39.000Z","dependencies_parsed_at":"2025-06-19T09:20:08.301Z","dependency_job_id":"08d7e0ed-6ea9-4b52-b4f1-586c8b2313c9","html_url":"https://github.com/kumarankit263/Backend_ShopEase","commit_stats":null,"previous_names":["kumarankit263/ecomm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kumarankit263/Backend_ShopEase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarankit263%2FBackend_ShopEase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarankit263%2FBackend_ShopEase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarankit263%2FBackend_ShopEase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarankit263%2FBackend_ShopEase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kumarankit263","download_url":"https://codeload.github.com/kumarankit263/Backend_ShopEase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarankit263%2FBackend_ShopEase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266664248,"owners_count":23964931,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["jpa-hibernate","mysql-database","rest-api","spring","spring-boot","spring-security"],"created_at":"2025-06-23T15:37:04.849Z","updated_at":"2026-04-12T00:47:50.154Z","avatar_url":"https://github.com/kumarankit263.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛒 E-Commerce App\n\nA **full-stack e-commerce application** built with **Spring Boot (backend)** and **React.js (frontend)**.  \nThis app supports user registration, secure JWT-based login, product management, cart functionality, order placement, admin dashboard, and more.\n\n---\n\n## 🚀 Features\n\n### 👤 Authentication\n- 🔐 JWT-based login for **User** and **Admin**\n- 🛂 Role-based access control (`USER`, `ADMIN`)\n- 🔒 Protected and secure API routes\n\n### 🛍️ Product Management\n- ➕ Add / ✏️ Update / ❌ Delete products (**Admin only**)\n- 🔎 Search \u0026 filter by **category** or **product name**\n- 🖼️ Product image, description, and price display\n\n### 🛒 Cart\n- ➕ Add, ➖ Remove, and 🔁 Update product quantity\n- 💵 View total price of products in cart\n\n### 📦 Order Management\n- 🧾 Place order from cart\n- 🗓️ View **order history** (User)\n- 🗑️ Admin can delete **any user's** order\n\n### 📝 Reviews\n- ✍️ Add, 📝 Update, ❌ Delete product reviews\n- 📋 View all reviews of a product\n\n### 📫 Address Book\n- 📍 Add / Update / Delete multiple addresses\n- 🏠 Use address while placing an order\n\n---\n\n## ⚙️ Tech Stack\n\n### 🧠 Backend\n- 💻 Spring Boot\n- 🔐 Spring Security + JWT\n- 🗃️ JPA (Hibernate)\n- 🛢️ MySQL or H2 (for testing)\n\n### 🌐 Frontend\n- ⚛️ React.js (with Vite)\n- 🌍 Axios (for API calls)\n- 🧭 React Router DOM\n\n---\n\n## 📁 Project Structure\n\n### 📦 Backend (`Spring Boot`)\n\n📁 Project Structure (Backend)\n\n- `src/`\n  - `controller/` – REST Controllers\n  - `model/` – JPA Entities\n  - `repository/` – JPA Repositories\n  - `service/` – Business Logic\n  - `security/` – JWT Filters and Configuration\n  - `main/` – Application Entry Point\n\n\n\n\n---\n\n## 🛠️ Setup Instructions\n\n### 📌 Backend Setup\n\n```bash\n# 1. Clone the repo\ngit clone https://github.com/your-username/ecommerce-app.git\ncd ecommerce-app/backend\n\n# 2. Configure application.properties\n# Set DB config, JWT secret, and other properties\n\n# 3. Run Spring Boot app\n./mvnw spring-boot:run\n\n\n# Server Port\nserver.port=8080\n\n# Database Configuration\nspring.datasource.url=jdbc:mysql://localhost:3306/Ecomdb\nspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver\nspring.datasource.username=root            # Replace with your MySQL username\nspring.datasource.password=root            # Replace with your MySQL password\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumarankit263%2Fbackend_shopease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkumarankit263%2Fbackend_shopease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumarankit263%2Fbackend_shopease/lists"}