{"id":50168201,"url":"https://github.com/cyphercoderr/e-commerece-spring-boot-master","last_synced_at":"2026-05-24T22:02:59.850Z","repository":{"id":260088650,"uuid":"880238649","full_name":"cyphercoderr/E-commerece-Spring-Boot-master","owner":"cyphercoderr","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-29T11:38:58.000Z","size":1048,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T13:21:39.781Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyphercoderr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-29T11:24:02.000Z","updated_at":"2024-10-29T11:39:01.000Z","dependencies_parsed_at":"2024-10-29T13:45:52.580Z","dependency_job_id":null,"html_url":"https://github.com/cyphercoderr/E-commerece-Spring-Boot-master","commit_stats":null,"previous_names":["cyphercoderr/e-commerece-spring-boot-master"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cyphercoderr/E-commerece-Spring-Boot-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyphercoderr%2FE-commerece-Spring-Boot-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyphercoderr%2FE-commerece-Spring-Boot-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyphercoderr%2FE-commerece-Spring-Boot-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyphercoderr%2FE-commerece-Spring-Boot-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyphercoderr","download_url":"https://codeload.github.com/cyphercoderr/E-commerece-Spring-Boot-master/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyphercoderr%2FE-commerece-Spring-Boot-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33452033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-05-24T22:02:52.835Z","updated_at":"2026-05-24T22:02:59.842Z","avatar_url":"https://github.com/cyphercoderr.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerece\n\nA simple E-commerece store to sell and purchase products.\n\n## Java version\n- 17\n\n## Spring Boot version\n- 2.7.7\n\n## Architecture\n- microservices\n\n## Microservices\n- Product service - All the controller requests and business logic related to Products.\n- Comment service - All the controller requests and business logic related to Products.\n- User service\n- Checkout service\n\n## Build Status\n- This project is completed. But not deployed yet. Stripe is storing all the orders record. We can store it in database using end points from stripe api but it is paid.\n\n## Code Style\n- I used microservices architecture for this project. \n\n## Modules\n- Users\n- Products\n- Cart\n- Checkout\n- Coupon\n\n## Features\n- A user can add or buy products\n- A user can comment to others products\n- A user can edit or delete his comments and products\n- A user can make his cart before login and can checkout after login to his account\n- A user can add his profile picture\n- A User can add many pictures for a product\n- Coupon can be used for discount if it is valid\n\nAbove are the some main features of my application.\n\n## System Dependencies\n\nI have used the following gems for my system:\n\n- Cloudinary - Store my all the files on cloud.\n- Postgres - Used to manage my database\n- Sonarlint - to style and manage my indentation of my code\n- Stripe - Manage checkouts and coupons\n- Bootstrap - Used to style my UI\n- Jquery - Used in place of javascript\n- spring-cloud-starter-netflix-eureka-client - To register microservices with eureka.\n- Spring-starter-ecurity - For the authorization and authentication purpose in my app\n- spring-boot-starter-jpa - Starter for using Spring Data JPA with Hibernate\n- spring-cloud-starter-openfeign - To use feign client\n- spring-cloud-starter-config - For the purpose of \nof  using centralized configurations.\nAnd of course i used intellij as an editor.\n\n## Configuration\n\nI have done some configurations for my application as:\n\nFor sending emails:\n\n```sh\nstripe.public_key=pk_test_public_key\nstripe.secret_key=sk_test_secret_key\n```\n\nFor cloudinary:\n\n```sh\ncloud_name={cloud_name}\ncloud_api_key={cloud_api_key}\ncloud_api_secret={cloud_api_secret}\n```\n\nFor Datasource and Jpa:\n\n```sh\nspring.datasource.username=username\nspring.datasource.password=password\nspring.jpa.hibernate.ddl-auto=update\nspring.jpa.show-sql=true\nspring.postgres.console.enabled=true\nspring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect\nspring.jpa.properties.hibernate.format_sql=true\nspring.jpa.defer-datasource-initialization=true\n```\n\nFor registering with Eureka\n\n```sh\neureka.instance.prefer-ip-address=true\neureka.client.fetch-registry=true\neureka.client.register-with-eureka=true\neureka.client.service-url.defaultZone=http://localhost:8761/eureka\n```\nAnd for some other dependencies i added dependencies and make configurations for them.\n\n\n## Database\n```sh\nPostgres\n```\n\n## Tests\n- Unit tests for the comment controller and comment service implementation is also written in this project.\n\n## Java Docs\n\n- I write java docs for all the controllers and services implementations in microservices. You can best understand each method clearly by reading javadocs.\n\n## How to Use?\n\n- Sign up as a customer and move towards login.\n- You can also add your own products to the store.\n- You can comment on any product other than yours.\n- You can add cart items without login.\n- Login is compulsory before checkout and redirecting to checkout.\n- View Items and add in cart and place your order after pay the amount and wait for order delivery\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyphercoderr%2Fe-commerece-spring-boot-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyphercoderr%2Fe-commerece-spring-boot-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyphercoderr%2Fe-commerece-spring-boot-master/lists"}