{"id":19130701,"url":"https://github.com/davicedraz/elixpay-api","last_synced_at":"2026-05-17T19:32:25.986Z","repository":{"id":125765958,"uuid":"341717864","full_name":"davicedraz/elixpay-api","owner":"davicedraz","description":"First try at Elixir: payment API example","archived":false,"fork":false,"pushed_at":"2021-02-28T23:53:43.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-01T17:02:04.927Z","etag":null,"topics":["ecto","elixir","phoenix","postgres"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/davicedraz.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}},"created_at":"2021-02-23T23:19:48.000Z","updated_at":"2021-03-01T16:51:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f597c9c2-1c24-420c-bb74-efa330f052b8","html_url":"https://github.com/davicedraz/elixpay-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davicedraz/elixpay-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davicedraz%2Felixpay-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davicedraz%2Felixpay-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davicedraz%2Felixpay-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davicedraz%2Felixpay-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davicedraz","download_url":"https://codeload.github.com/davicedraz/elixpay-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davicedraz%2Felixpay-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284091501,"owners_count":26945853,"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-11-12T02:00:06.336Z","response_time":59,"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":["ecto","elixir","phoenix","postgres"],"created_at":"2024-11-09T06:12:29.884Z","updated_at":"2025-11-12T19:01:49.317Z","avatar_url":"https://github.com/davicedraz.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Coverage](https://img.shields.io/badge/Test%20Coverage-52%25-yellowgreen)\n\n# Elixpay\n\nPlaying around with Elixir. Based on [Rafael Camarda](https://github.com/RafaelCamarda) training. \n\n## Run\n\nYou gonna need a postgres database:\n```\n$ docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres\n```\nStart your Phoenix server:\n\n  * Install dependencies with `mix deps.get`\n  * Create and migrate your database with `mix ecto.setup`\n  * Start Phoenix endpoint with `mix phx.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser:\n\n* POST - /api/users\n```JSON\n{\n    \"name\": \"Davi Cedraz\",\n    \"email\": \"davioler@gmail.com\",\n    \"username\": \"davicedraz\",\n    \"age\": 24,\n    \"password\": \"123456\"\n}\n```\n\n* POST - /api/accounts/transaction\n  * Basic Auth: (admin:passwd)\n```JSON\n{\n    \"from\": \"a6516cc6-904a-4f7c-bd0b-c06e1498a5d0\",\n    \"to\": \"4f3361fd-f152-47fb-9345-c1a7432ee50b\",\n    \"value\": \"50.00\"\n}\n```\n\n____\n\n## Test\nExecute: \n```\nmix test --cover\n``` \nor\n```\n$ mix coveralls.html\n```\n\n## About\n\n  * Official website: https://www.phoenixframework.org/\n  * Guides: https://hexdocs.pm/phoenix/overview.html\n  * Docs: https://hexdocs.pm/phoenix\n  * Forum: https://elixirforum.com/c/p\n  * Source: https://github.com/phoenixframework/phoenix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavicedraz%2Felixpay-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavicedraz%2Felixpay-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavicedraz%2Felixpay-api/lists"}