{"id":26530065,"url":"https://github.com/edilsoncichon/banking-api","last_synced_at":"2026-04-07T08:31:34.122Z","repository":{"id":283561686,"uuid":"948801659","full_name":"edilsoncichon/banking-api","owner":"edilsoncichon","description":"A simple REST API for bank account management (study project).","archived":false,"fork":false,"pushed_at":"2025-03-25T22:42:30.000Z","size":969,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T01:26:29.440Z","etag":null,"topics":["ddd","docker","laravel","php","phpunit","rest-api","tdd","tests"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/edilsoncichon.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":"2025-03-15T01:48:28.000Z","updated_at":"2025-03-25T22:42:33.000Z","dependencies_parsed_at":"2025-03-20T22:37:32.458Z","dependency_job_id":null,"html_url":"https://github.com/edilsoncichon/banking-api","commit_stats":null,"previous_names":["edilsoncichon/banking-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edilsoncichon/banking-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edilsoncichon%2Fbanking-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edilsoncichon%2Fbanking-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edilsoncichon%2Fbanking-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edilsoncichon%2Fbanking-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edilsoncichon","download_url":"https://codeload.github.com/edilsoncichon/banking-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edilsoncichon%2Fbanking-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ddd","docker","laravel","php","phpunit","rest-api","tdd","tests"],"created_at":"2025-03-21T17:29:22.682Z","updated_at":"2026-04-07T08:31:34.099Z","avatar_url":"https://github.com/edilsoncichon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"#\" target=\"_blank\"\u003e\n        \u003cimg src=\"./.doc/header-image.jpg\" width=\"300\" alt=\"Logo\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# Banking API\n\nThis repository consists of a REST API for bank account management.\n\n**IMPORTANT: This is a project used for personal study purposes!**\n\n### Documentation\n\nFor more details about requirements and business rules, see the project [documentation](.doc/).\n\n### Technologies used\n\n- PHP 8.2+\n- Composer 2\n- Laravel 12\n- MySQL 8\n- PHPUnit\n- PHP CS Fixer(via Laravel Pint)\n- Docker (via Laravel Sail)\n\n## Environment Setup\n\nFollow these instructions to set up the development environment:\n\n### Prerequisites\n\nMake sure you have installed:\n\n- [Docker v28+](https://docs.docker.com/engine/install/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n### Installation Steps\n\n1. Configure the `.env` file:\n\n   ```bash\n   cp .env.example .env\n   ```\n\n2. Start Docker containers:\n\n   ```bash\n   ./sail up -d\n   ```\n\n3. Install Composer dependencies:\n\n   ```bash\n   ./sail composer install\n   ```\n\n4. Generate Laravel application key:\n\n   ```bash\n   ./sail artisan key:generate\n   ```\n\n5. Run migrations:\n\n   ```bash\n   ./sail artisan migrate\n   ```\n\n6. Restart containers:\n\n   ```bash\n   ./sail restart\n   ```\n---\n\n\u003e The API will be available at http://localhost/api.\n\n## Code Quality\n\n### Tests\n\nTo run automated tests, execute:\n\n```bash\n./sail test --coverage\n```\n\n### Code Standards Fixer\n\nTo check and fix syntax patterns, execute:\n\n```bash\n./sail pint\n```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedilsoncichon%2Fbanking-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedilsoncichon%2Fbanking-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedilsoncichon%2Fbanking-api/lists"}