{"id":23089598,"url":"https://github.com/nullhawk/shopable","last_synced_at":"2025-04-03T17:25:18.813Z","repository":{"id":227259583,"uuid":"770855727","full_name":"nullHawk/Shopable","owner":"nullHawk","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-08T17:13:30.000Z","size":446,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T06:13:46.051Z","etag":null,"topics":[],"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/nullHawk.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-03-12T09:30:41.000Z","updated_at":"2024-03-12T09:34:06.000Z","dependencies_parsed_at":"2024-12-16T20:39:47.069Z","dependency_job_id":"abe19b9b-5f12-429f-8a49-9bb1ba8f7c43","html_url":"https://github.com/nullHawk/Shopable","commit_stats":null,"previous_names":["nullhawk/shopable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2FShopable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2FShopable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2FShopable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2FShopable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullHawk","download_url":"https://codeload.github.com/nullHawk/Shopable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247044583,"owners_count":20874335,"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":"2024-12-16T20:38:40.847Z","updated_at":"2025-04-03T17:25:18.790Z","avatar_url":"https://github.com/nullHawk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://github.com/nullHawk/Shopable/assets/83297944/f21483b8-181b-4647-bece-b0be58642b28)# Shopable\n\nShopable is a backend system for shopping website made in SpringBoot and uses [Fake Store API](https://fakestoreapi.com/docs)\n\n## Endpoints:\n\n- **Get all carts** : `http://127.0.0.1:8080/carts`\n- **Get single cart :** `http://127.0.0.1:8080/carts/{id}`\n- **Get in date range** : `http://127.0.0.1:8080/carts?startdate=2019-12-10\u0026enddate=2020-10-10`\n- Get user cart: `http://127.0.0.1:8080/carts/user/{id}`\n- Add new cart: `http://127.0.0.1:8080/carts` with POST Request\n\n    ```json\n    {\n      \"userId\":3,\n      \"date\":\"2020-02-03\",\n      \"products\":[{\"productId\":1,\"quantity\":3}]\n    }\n    ```\n\n- Update cart:  `http://127.0.0.1:8080/carts/{id}` with PUT Request\n\n    ```json\n    {\n      \"userId\":3,\n      \"date\":\"2020-02-03\",\n      \"products\":[{\"productId\":2,\"quantity\":5}]\n    }\n    ```\n\n- Delete cart:  `http://127.0.0.1:8080/carts/{id}` with DELETE Request\n\n    ```json\n    {\n        \"userId\":3,\n        \"date\":\"2020-02-03\",\n        \"products\":[{\"productId\":2,\"quantity\":5}]\n    }\n    ```\n##Screen Shots\n- **Get all carts** :\n ![image](https://github.com/nullHawk/Shopable/assets/83297944/9610707e-4058-43d4-bf8e-52923965c772)\n\n- **Get Single Cart** :\n ![image](https://github.com/nullHawk/Shopable/assets/83297944/9eca9755-8811-4490-96af-c11d0e80219c)\n\n- **Get til Date** :\n ![image](https://github.com/nullHawk/Shopable/assets/83297944/97c3c186-8caf-48ed-8ade-a2800bf5a84b)\n\n- **Add new Cart** :\n ![image](https://github.com/nullHawk/Shopable/assets/83297944/0eb43339-a5e5-4f23-adda-7eaae091c0ec)\n\n- **Update Cart** :\n![image](https://github.com/nullHawk/Shopable/assets/83297944/c4d02c0c-dfdd-4b38-875c-13ce724599c9)\n\n- **Delete Cart**:\n![image](https://github.com/nullHawk/Shopable/assets/83297944/0abb9749-9d01-44a1-8df6-cea596a5bf57)\n  \n\n\n\u003e **Made with ❤️ By Suryansh Shakya during Exam**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullhawk%2Fshopable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullhawk%2Fshopable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullhawk%2Fshopable/lists"}