{"id":17993708,"url":"https://github.com/xzippyzachx/e-commerceauctionsystem","last_synced_at":"2025-03-26T02:30:33.160Z","repository":{"id":156736891,"uuid":"604394706","full_name":"xzippyzachx/E-CommerceAuctionSystem","owner":"xzippyzachx","description":"This E-Commerce Auction system allows users to bid on forward and dutch auctions","archived":false,"fork":false,"pushed_at":"2024-03-30T17:56:39.000Z","size":5848,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T01:34:18.926Z","etag":null,"topics":["distributed-systems","ecommerce","java","postgresql","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xzippyzachx.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":"2023-02-21T01:02:28.000Z","updated_at":"2024-12-21T18:35:37.000Z","dependencies_parsed_at":"2024-03-30T18:44:27.841Z","dependency_job_id":null,"html_url":"https://github.com/xzippyzachx/E-CommerceAuctionSystem","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/xzippyzachx%2FE-CommerceAuctionSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzippyzachx%2FE-CommerceAuctionSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzippyzachx%2FE-CommerceAuctionSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzippyzachx%2FE-CommerceAuctionSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xzippyzachx","download_url":"https://codeload.github.com/xzippyzachx/E-CommerceAuctionSystem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245576522,"owners_count":20638123,"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":["distributed-systems","ecommerce","java","postgresql","spring-boot"],"created_at":"2024-10-29T20:12:46.465Z","updated_at":"2025-03-26T02:30:32.774Z","avatar_url":"https://github.com/xzippyzachx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## System Design\n![image](https://github.com/xzippyzachx/E-CommerceAuctionSystem/assets/33043402/780a36dd-845f-4aa4-8bd6-0063f6c784d8)\n\n## Database Design\n![image](https://github.com/xzippyzachx/E-CommerceAuctionSystem/assets/33043402/1b2df9aa-4f2e-4af3-afa6-2f4c100fbf1f)\n\n## Follow these instructions to setup and run the E-Commerce Auction System\n\n### Using Docker Compose\n\n* Step 1 - Ensure Docker Desktop is installed on your machine and running\n* Step 2 - Unzip the `E-CommerceAuctionSystem.zip`\n* Step 3 - Run the following command in the project root (Location of `docker-compose.yml`)\n\n```bash\ndocker-compose up\n```\n\n### Manual PostgresSQL Database Setup\n\n* Step 1 - Ensure Docker Desktop is installed on your machine and running\n* Step 2 - Run these commands to pull the postgresql database docker images:\n\n```bash\n# users\ndocker pull xzippyzachx/postgres_users\n# items\ndocker pull xzippyzachx/postgres_items\n# auctions\ndocker pull xzippyzachx/postgres_auctions\n# payments\ndocker pull xzippyzachx/postgres_payments\n```\n\n* Step 3 - Run these commands to create and run docker containers of the images:\n```bash\n# users\ndocker run --name postgres_users -d -p 5432:5432 xzippyzachx/postgres_users\n# items\ndocker run --name postgres_items -d -p 5433:5432 xzippyzachx/postgres_items\n# auctions\ndocker run --name postgres_auctions -d -p 5434:5432 xzippyzachx/postgres_auctions\n# payments\ndocker run --name postgres_payments -d -p 5435:5432 xzippyzachx/postgres_payments\n```\n\n### Manually Running The Servers via an IDE\n\n* Step 1 - Import the `E-CommerceAuctionSystem.zip` into your IDE (Intellij, Eclipse)\n* Step 2 - Run each server as a maven spring project (There are 5 servers)\n\n\n### Entry URL:\nhttp://localhost:8080/login\n\n\n### Github Link:\n[Github](https://github.com/xzippyzachx/E-CommerceAuctionSystem)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxzippyzachx%2Fe-commerceauctionsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxzippyzachx%2Fe-commerceauctionsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxzippyzachx%2Fe-commerceauctionsystem/lists"}