{"id":48385099,"url":"https://github.com/codbex/codbex-ecommerce","last_synced_at":"2026-04-05T21:30:54.148Z","repository":{"id":298926722,"uuid":"999390488","full_name":"codbex/codbex-ecommerce","owner":"codbex","description":"e-Commerce Backoffice Management Application","archived":false,"fork":false,"pushed_at":"2026-04-02T11:42:21.000Z","size":188,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T01:37:18.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/codbex.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-10T07:18:58.000Z","updated_at":"2026-04-02T11:42:30.000Z","dependencies_parsed_at":"2025-06-13T17:19:45.617Z","dependency_job_id":"c44c491e-a5e3-4ce9-8604-50588cfb77bd","html_url":"https://github.com/codbex/codbex-ecommerce","commit_stats":null,"previous_names":["codbex/codbex-ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codbex/codbex-ecommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codbex%2Fcodbex-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codbex%2Fcodbex-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codbex%2Fcodbex-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codbex%2Fcodbex-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codbex","download_url":"https://codeload.github.com/codbex/codbex-ecommerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codbex%2Fcodbex-ecommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31451437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"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":[],"created_at":"2026-04-05T21:30:47.860Z","updated_at":"2026-04-05T21:30:54.103Z","avatar_url":"https://github.com/codbex.png","language":"TypeScript","readme":"# codbex-ecommerce\n\n## Data Model\n\nTBD\n\n## Docker\n\n```\ndocker pull ghcr.io/codbex/codbex-ecommerce:latest\n\ndocker run --name codbex-ecommerce \\\n--rm -p 8080:80 \\\nghcr.io/codbex/codbex-ecommerce:latest\n```\n\n## Kubernetes\n\nGet running Pods:\n\n```\nkubectl get pods -n prod\n```\n\nGet application logs:\n\n```\nkubectl logs deployments/codbex-ecommerce -f -n prod\n```\n\nGet application shell:\n\n```\nkubectl exec -it deployments/codbex-ecommerce -n prod -- /bin/sh\n```\n\nScale to zero the e-Commerce application:\n\n```\nkubectl scale deployments/codbex-ecommerce --replicas=0 -n prod\n```\n\nCreate Database secret:\n\n```\nkubectl create secret generic codbex-ecommerce-database-credentials -n prod \\\n  --from-literal=username=DATABASE_USERNAME \\\n  --from-literal=password=DATABASE_PASSWORD \\\n  --from-literal=jdbc-url=jdbc:postgresql://codbex-ecommerce-database/DATABASE_USERNAME\n```\n\nCreate AWS Cognito secret:\n\n```\nkubectl create secret generic codbex-ecommerce-cognito-credentials -n prod \\\n  --from-literal=clientId=COGNITO_CLIENT_ID \\\n  --from-literal=clientSecret=COGNITO_CLIENT_SECRET \\\n  --from-literal=domain=COGNITO_DOMAIN \\\n  --from-literal=regionId=COGNITO_REGION \\\n  --from-literal=userPoolId=COGNITO_USER_POOL_ID\n```\n\n## Development\n\nThis setup uses the `ghcr.io/codbex/codbex-atlas` image as the base for local development with the codbex Atlas platform.\n\nTo start the containers, run:\n\n```\ndocker-compose up .\n```\n\n### Environment Variables\n\nTBD\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodbex%2Fcodbex-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodbex%2Fcodbex-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodbex%2Fcodbex-ecommerce/lists"}