{"id":26902864,"url":"https://github.com/doobie-droid/product-management-app","last_synced_at":"2026-05-19T10:32:33.337Z","repository":{"id":284557113,"uuid":"955230975","full_name":"doobie-droid/product-management-app","owner":"doobie-droid","description":"This is an assessment for Pay4Me.app to build a crud application using filament, with some unit tests and documentation to be done using Laravel Scribe","archived":false,"fork":false,"pushed_at":"2025-04-13T18:54:32.000Z","size":404,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T00:35:50.897Z","etag":null,"topics":["filamentphp","laravel","pay4me","pestphp","scribe-api-documentation"],"latest_commit_sha":null,"homepage":"https://pay4me.laravel.cloud/","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/doobie-droid.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-26T10:12:45.000Z","updated_at":"2025-03-27T11:26:08.000Z","dependencies_parsed_at":"2025-03-26T14:32:11.423Z","dependency_job_id":"0f450333-d0ef-4dd5-800c-f9db589707bd","html_url":"https://github.com/doobie-droid/product-management-app","commit_stats":null,"previous_names":["doobie-droid/product-management-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doobie-droid/product-management-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fproduct-management-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fproduct-management-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fproduct-management-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fproduct-management-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doobie-droid","download_url":"https://codeload.github.com/doobie-droid/product-management-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fproduct-management-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875539,"owners_count":24158781,"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-07-30T02:00:09.044Z","response_time":70,"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":["filamentphp","laravel","pay4me","pestphp","scribe-api-documentation"],"created_at":"2025-04-01T09:53:58.728Z","updated_at":"2026-05-19T10:32:33.308Z","avatar_url":"https://github.com/doobie-droid.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Product Management App\n\nSubmission for Pay4me assessment, includes CRUD application via FilamentPHP, Testing with PestPHP and doc generation with Laravel Scribe\n\u003cbr\u003e\u003cbr\u003e\nThe app has been hosted https://pay4me.laravel.cloud \u003cbr\u003e\nYou can visit the admin panel [here][hosted-url-admin]\n\n### LOGIN DETAILS\n\n| User Type | Email             | Password |\n| --------- | ----------------- | -------- |\n| Admin     | admin@example.com | password |\n| Non-Admin | user@example.com  | password |\n\n\u003cbr\u003e\n\n### LOCAL SETUP\n\n1. clone repository\n2. copy .env.example file to .env and also to .env.testing file. Go to [Configuration](#configuration) to set DB details\n\n```\ncp .env.example .env \u0026\u0026 cp .env.example .env.testing\n```\n\n3. Download Dependencies\n\n```\ncomposer install\n```\n\n4. Set encryption key\n\n```\nphp artisan key:generate\n```\n\n5. Perform migrations and seed database and migrate db for testing database\n\n```\nphp artisan migrate --seed \u0026\u0026 php artisan migrate  --env=testing\n```\n\n### DOCUMENTATION\n\n1. To generate the documentation, you can run\n\n```\nphp artisan scribe:generate\n```\n\n2. You can visit the documentation at [/docs][documentation-link]\n\n### TESTING\n\n1. After setting up, you can run the tests by running:\n\n```\nphp artisan test\n```\n\n2. To see code coverage for the tests, install [xdebug][xdebug-url] and then run\n\n```\nphp artisan test --coverage\n```\n\n### configuration\n\nPlease modify these values in the `.env` file.\n\n-   DB_DATABASE=product_db\n-   DB_PASSWORD=**\\*\\*\\*\\*** (Put your password here, leave blank if your mysql root uses no password)\n\nPlease modify these values in the `.env.testing` file.\n\n-   DB_DATABASE=product_db_testing\n-   DB_PASSWORD=**\\*\\*\\*\\*** (Put your password here, leave blank if your mysql root uses no password)\n\n[xdebug-url]: https://xdebug.org/docs/install\n[hosted-url-admin]: https://pay4me.laravel.cloud/admin\n[documentation-link]: https://pay4me.laravel.cloud/docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoobie-droid%2Fproduct-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoobie-droid%2Fproduct-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoobie-droid%2Fproduct-management-app/lists"}