{"id":19753039,"url":"https://github.com/gitlherme/my-bank-api","last_synced_at":"2026-04-17T19:32:36.699Z","repository":{"id":122873459,"uuid":"413629171","full_name":"gitlherme/my-bank-api","owner":"gitlherme","description":"A simple express application for IGTI API Development class.","archived":false,"fork":false,"pushed_at":"2021-10-16T22:08:19.000Z","size":1258,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T08:45:37.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/gitlherme.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-10-05T00:53:56.000Z","updated_at":"2021-10-16T22:08:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f8e8011-a36a-4167-bf8e-ea3da7e621c2","html_url":"https://github.com/gitlherme/my-bank-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gitlherme/my-bank-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitlherme%2Fmy-bank-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitlherme%2Fmy-bank-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitlherme%2Fmy-bank-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitlherme%2Fmy-bank-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitlherme","download_url":"https://codeload.github.com/gitlherme/my-bank-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitlherme%2Fmy-bank-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31943376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":"2024-11-12T02:51:24.242Z","updated_at":"2026-04-17T19:32:36.684Z","avatar_url":"https://github.com/gitlherme.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Bank API\n\nA simple express application for IGTI API Development class.\n\n\n## ⚙️ Installation\n\n- Clone this repository\n- Run `npm install` to install project dependencies\n- Run `npm run dev` to start a local server.\n\n## 🚩 Endpoints\n```\n\nCreate a new account: [POST] /accounts\n\n  Example\n  - Request body: { \"name\": \"John Doe\", \"balance\": 1000 }\n  - Response body: 201 Created\n\n\nGet an account: [GET] /accounts/:id\n\n  Example\n  - Request params: 1\n  - Response body: { \"balance\": 1000 }\n\n\nMake a new deposit: [PATCH] /accounts/deposit/:id\n\n  Example\n  - Request params: 1\n  - Request body: { \"amount\": 100 }\n  - Response body: { \"balance\": 1100 }\n\n\nMake a new withdraw: [PATCH] /accounts/withdraw/:id\n\n  Example\n  - Request params: 1\n  - Request body: { \"amount\": 100 }\n  - Response body: { \"balance\": 900 }\n\n\nDelete an account: [DELETE] /accounts/:id\n\n  Example\n  - Request params: 1\n  - Response body: 204 No Content\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitlherme%2Fmy-bank-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitlherme%2Fmy-bank-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitlherme%2Fmy-bank-api/lists"}