{"id":19243882,"url":"https://github.com/renatospaka/payment-transaction","last_synced_at":"2026-04-29T22:43:42.716Z","repository":{"id":174314561,"uuid":"652078813","full_name":"renatospaka/payment-transaction","owner":"renatospaka","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-23T18:53:24.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-01T15:49:21.151Z","etag":null,"topics":["chi-router","clean-architecture","clean-code","ddd","docker","docker-compose","golang","grpc-client","postgres","protocol-buffers","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Go","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/renatospaka.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}},"created_at":"2023-06-11T02:42:47.000Z","updated_at":"2024-12-23T18:53:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"3713d27d-4a5a-4041-868d-9de6ae92bddb","html_url":"https://github.com/renatospaka/payment-transaction","commit_stats":null,"previous_names":["renatospaka/payment-transaction"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/renatospaka/payment-transaction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatospaka%2Fpayment-transaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatospaka%2Fpayment-transaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatospaka%2Fpayment-transaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatospaka%2Fpayment-transaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renatospaka","download_url":"https://codeload.github.com/renatospaka/payment-transaction/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatospaka%2Fpayment-transaction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273611812,"owners_count":25136977,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chi-router","clean-architecture","clean-code","ddd","docker","docker-compose","golang","grpc-client","postgres","protocol-buffers","rest-api"],"created_at":"2024-11-09T17:20:38.508Z","updated_at":"2026-04-29T22:43:37.685Z","avatar_url":"https://github.com/renatospaka.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cred-System Interview Challenge\n\n## Using for this challenge:\n- Postgres database\n- gRPC\n- REST\n\n## Standards\n\u003ca href=\"https://github.com/golang-standards/project-layout\"\u003egolang standards - project layout\u003c/a\u003e\n\u003ca href=\"https://github.com/uber-go/guide\"\u003eUber style guide for golang\u003c/a\u003e\n\n## go have fun using Go -\u003e \n\u003ca href=\"https://go.dev/solutions/#case-studies\"\u003eCase Studies\u003c/a\u003e\n\n## Using the App\n- docker-compose up --build at the root of the app\n- in a PostgreSQL client, manually execute the script (copy, paste \u0026 run) ./migration/CREATE _TRANSACTION.sql\n- in a http client, execute the routes:\n  -- HEALTH\n  curl --request GET \\\n    --url http://localhost:3150/health\n  -- POST\n      curl --request POST \\\n        --url http://localhost:3150/transactions \\\n        --header 'Content-Type: application/json' \\\n        --data '{\n        \"client_id\": \"{uuid}\",\n        \"value\": {float}\n      }'\n  -- GET\n  curl --request GET \\\n    --url http://localhost:3150/transactions/{uuid} \\\n    --header 'Content-Type: application/json'\n  -- DELETE\n  curl --request DELETE \\\n    --url http://localhost:3150/transactions/{uuid} \\\n    --header 'Content-Type: application/json'\n  -- UPDATE\n  curl --request PUT \\\n  --url http://localhost:3150/transactions/{uuid} \\\n  --header 'Content-Type: application/json' \\\n  --data '{\n    \"value\": {float}\n  }'","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatospaka%2Fpayment-transaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenatospaka%2Fpayment-transaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatospaka%2Fpayment-transaction/lists"}