{"id":26784905,"url":"https://github.com/nitish906/shoping_application","last_synced_at":"2026-05-03T01:43:54.274Z","repository":{"id":170836773,"uuid":"647096004","full_name":"nitish906/Shoping_Application","owner":"nitish906","description":"An Online Shopping Application API where Users can register/login, add/explore products, add to cart/update and can place order","archived":false,"fork":false,"pushed_at":"2024-01-03T12:13:32.000Z","size":1698,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T03:49:16.708Z","etag":null,"topics":["hibernate","java-8","mysql","spring","spring-boot","swagger"],"latest_commit_sha":null,"homepage":"https://github.com/nitish906/Shoping_Application/tree/main/Online-_Shopping_Application_API-Backend","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/nitish906.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}},"created_at":"2023-05-30T03:50:11.000Z","updated_at":"2023-05-30T04:02:12.000Z","dependencies_parsed_at":"2024-01-03T13:30:17.724Z","dependency_job_id":"2adcaf62-5c1c-4039-abad-7e5728e58e4f","html_url":"https://github.com/nitish906/Shoping_Application","commit_stats":null,"previous_names":["nitish906/shoping_application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nitish906/Shoping_Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FShoping_Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FShoping_Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FShoping_Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FShoping_Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitish906","download_url":"https://codeload.github.com/nitish906/Shoping_Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitish906%2FShoping_Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32555839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"ssl_error","status_checked_at":"2026-05-03T00:31:15.546Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hibernate","java-8","mysql","spring","spring-boot","swagger"],"created_at":"2025-03-29T10:47:52.792Z","updated_at":"2026-05-03T01:43:54.257Z","avatar_url":"https://github.com/nitish906.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shoping_Application\nAn Online Shopping Application API where Users can register/login, add/explore products, add to cart/update and can place order.\n\n## Entity Relationship Diagram\n\n[![ER Diagram](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/ER_Diagram.png?raw=true)](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/ER_Diagram.png?raw=true)\n\n\n# Functionalities\n-   User can register/login\n-   See all products\n-   Find products by category\n-   Add to cart/edit into the cart\n-   Order Place\n\n\n## Backend Work\n-  Proper Exception Handling\n-  Proper Input Validation\n-  User Authentication of signUp and Login\n-  Data Stored in the database(mySQL)\n\n## Installation and Run\n-  You can clone this repo and start the serve on localhost\n-   Before running the API server, we should update the database config inside the application.properties file.\n-   Update the port number, username and password as per our local database config.\n    -   server.port=8888\n    -   spring.datasource.url=jdbc:mysql://localhost:3306/shoppingdb\n    -   spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver\n    -   spring.datasource.username=root\n    -   spring.datasource.password=**YourPassword**\n    -   spring.jpa.hibernate.ddl-auto=update\n\n# Tech Stacks\n\n-   Java Core\n-   Spring Data JPA\n-   Spring Boot\n-   Hibernate\n-   MySQL\n\n\n\n# Team-Members\n\n- @Nitish Kumar\n\n# Backend\n\n## Swagger UI\n[![SwaggerUI](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Swagger.png?raw=true)](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Swagger.png?raw=true)\n\n\n## Customer-Controller\n[![SwaggerUI](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Customer%20Controller.png?raw=true)](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Customer%20Controller.png?raw=true)\n\n## User-Controller\n[![SwaggerUI](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Login%20Controller.png?raw=true)](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Login%20Controller.png?raw=true)\n\n## Product-Controller\n[![SwaggerUI](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Product%20Controller.png?raw=true)](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Product%20Controller.png?raw=true)\n\n## Cart-Controller\n[![SwaggerUI](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Cart%20Controller.png?raw=true)](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Cart%20Controller.png?raw=true)\n\n## Order-Controller\n[![SwaggerUI](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Order%20Controller.png?raw=true)](https://github.com/Anantk05/temporary-partner-4254/blob/main/images/Order%20Controller.png?raw=true)\n\n### Thank You for your Presence\n[![SwaggerUI](https://64.media.tumblr.com/d0635fa4e4bf417b33f24bd481c21f88/tumblr_ppcabrYCWy1ue08b9o1_540.gif)](https://64.media.tumblr.com/d0635fa4e4bf417b33f24bd481c21f88/tumblr_ppcabrYCWy1ue08b9o1_540.gif)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitish906%2Fshoping_application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitish906%2Fshoping_application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitish906%2Fshoping_application/lists"}