{"id":20269352,"url":"https://github.com/vatri/spring-rest-ecommerce","last_synced_at":"2025-04-05T06:07:52.130Z","repository":{"id":45791699,"uuid":"94873731","full_name":"vatri/spring-rest-ecommerce","owner":"vatri","description":"Java Spring Boot - Ecommerce REST API","archived":false,"fork":false,"pushed_at":"2024-07-28T13:06:41.000Z","size":77,"stargazers_count":352,"open_issues_count":3,"forks_count":167,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-29T05:06:04.661Z","etag":null,"topics":["hateoas","hibernate","java","java-spring","jwt","redis","spring-boot","springfox","swagger"],"latest_commit_sha":null,"homepage":null,"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/vatri.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":"2017-06-20T09:27:15.000Z","updated_at":"2025-03-28T17:12:41.000Z","dependencies_parsed_at":"2024-12-08T22:00:54.297Z","dependency_job_id":"6106e664-36f0-48a2-8d0f-295042f78b78","html_url":"https://github.com/vatri/spring-rest-ecommerce","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/vatri%2Fspring-rest-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatri%2Fspring-rest-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatri%2Fspring-rest-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatri%2Fspring-rest-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vatri","download_url":"https://codeload.github.com/vatri/spring-rest-ecommerce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294539,"owners_count":20915340,"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":["hateoas","hibernate","java","java-spring","jwt","redis","spring-boot","springfox","swagger"],"created_at":"2024-11-14T12:24:38.718Z","updated_at":"2025-04-05T06:07:52.111Z","avatar_url":"https://github.com/vatri.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Spring E-commerce\n\nE-commerce REST API based on Java Spring, Spring Boot, Hibernate ORM with MySQL, Spring HATEOAS, Spring Fox (Swagger API docs), JWT and Redis.\n\n## REST API Endpoints\n\nAll inputs and outputs use JSON format.\n\n**To open Swagger (interactive) API documentation, navigate your browser to [YOUR-URL]/swagger-ui.html**\n\n\n```\n/login\n  POST / - Login using username: b and password:b\n\n/product\n  GET / - List of products\n  POST / - Add product - required : String name , String groupId, String userId\n  GET /{id} - View product\n  POST /{id} - Update product\n  GET /{id}/images - View product images\n  GET /image/{id}- View image\n  POST /{id}/uploadimage - Upload product image\n\n/group\n  GET / - List of groups\n  POST / - Add group\n  GET /{id} - View group\n  POST /{id} - Update group\n\n/order\n  GET / - List of orders\n  POST / - Add order\n  GET /{id} - View order\n  POST /{id} - Update order\n\n/cart\n  POST / - Create cart\n  GET /{id} - Get items for card with ID = {id}\n  POST /{id} - Add CartItem to cart with ID {id}\n  DELETE /{id}/{product_id} - Remove product with ID {product_id} from cart with ID {id}\n  POST /{id}/quantity - Updates cart item, i.e. set product quantity\n  POTS /{id}/order - Create order from cart\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvatri%2Fspring-rest-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvatri%2Fspring-rest-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvatri%2Fspring-rest-ecommerce/lists"}