{"id":20784814,"url":"https://github.com/abrahamuchos/repository-guide","last_synced_at":"2026-04-28T00:32:13.730Z","repository":{"id":248589306,"uuid":"819606343","full_name":"abrahamuchos/repository-guide","owner":"abrahamuchos","description":"Users will be able to see a list of repositories of various community projects.","archived":false,"fork":false,"pushed_at":"2024-07-23T01:26:34.000Z","size":772,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T00:07:43.441Z","etag":null,"topics":["laravel-jetstream","laravel-tdd","laravel11","phpunit","test-driven-development"],"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/abrahamuchos.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":"2024-06-24T21:14:44.000Z","updated_at":"2024-12-19T20:14:02.000Z","dependencies_parsed_at":"2024-07-22T17:50:49.316Z","dependency_job_id":"0545eff2-8d46-4505-ba32-e17a397785cf","html_url":"https://github.com/abrahamuchos/repository-guide","commit_stats":null,"previous_names":["abrahamuchos/repository-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abrahamuchos/repository-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamuchos%2Frepository-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamuchos%2Frepository-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamuchos%2Frepository-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamuchos%2Frepository-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abrahamuchos","download_url":"https://codeload.github.com/abrahamuchos/repository-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrahamuchos%2Frepository-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["laravel-jetstream","laravel-tdd","laravel11","phpunit","test-driven-development"],"created_at":"2024-11-17T14:33:22.744Z","updated_at":"2026-04-28T00:32:13.712Z","avatar_url":"https://github.com/abrahamuchos.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Repository guide\nProject developed under Test Driven Development (TDD) methodology, maintaining a list of repositories of interest to the community.\n\nThis project aims to experiment and provide guidance for Laravel development under the TDD methodology.\n\n\u003cimg src=\"/docs/images/guest.png\" alt=\"guest\" width=\"auto\"/\u003e\n\n\n## ✅ Features\n- Login/Sign up user\n- Show user profile\n- Edit user profile\n- Show Repositories\n- Create new Repository\n- Edit Repository\n- Delete Repository\n## ⚙️ Tech Stack\n\n- Laravel 11.9\n- Postgre 14.12\n- Laravel Jetstream 5.1\n- PHPUnit 11.0\n\n\n## 💾 Installation\n\nInstall and run\n\n1. Clone and move to folder\n```bash\n$ git clone git@github.com:abrahamuchos/repository-guide.git\n$ cd repository-guide\n```\n\n2. Install dependecies\n```bash\n$  composer install\n$  npm install\n```\n3. You can run all test\n\n``\n$ php artisan test\n``\n\nOr you can run tests individually at\n\n``\n$ php artisan test --filter RepositoryControllerTest::test_anyone\n``\n\nYou can view  tests individually at\n\n``/tests/Feature/Http/Controllers/PageControllerTest.php``\n``/tests/Feature/Http/Controllers/RepositoryControllerTest.php``\n\n4. Create a copy of the `.env.example` file and rename it to `.env`. Next, configure the necessary environment variables.\n\n5. Generate an application key by running `php artisan key:generate`.\n\n6. Run `php artisan migrate` to create the database tables.\n\n7. Run `php artisandb:seed` to create dummy data and admin user.\n8. Run `php artisan serve` to start the Laravel development server.\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n```\nDB_HOST\nDB_PORT\nDB_DATABASE\nDB_USERNAME\nDB_PASSWORD\n```\n\n## Screenshots\n\u003cimg src=\"/docs/images/index.png\" alt=\"drawing\" width=\"500px\"/\u003e\n\u003cimg src=\"/docs/images/login.png\" alt=\"login\" width=\"500px\"/\u003e\n\u003cimg src=\"/docs/images/edit.png\" alt=\"edit\" width=\"500px\"/\u003e\n\n\n## 🧑‍💻 Authors\n\n- [@abrahamuchos](https://github.com/abrahamuchos)\n- [Contact mail](mailto:j.abraham29@gmail.com)\n\n\n## 📄 License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrahamuchos%2Frepository-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabrahamuchos%2Frepository-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrahamuchos%2Frepository-guide/lists"}