{"id":15103782,"url":"https://github.com/victortavaresd3v/quiz-dev-laravel-api","last_synced_at":"2026-01-28T02:05:24.934Z","repository":{"id":206098679,"uuid":"715834894","full_name":"victortavaresd3v/quiz-dev-laravel-api","owner":"victortavaresd3v","description":"Quiz Dev REST API","archived":false,"fork":false,"pushed_at":"2023-11-07T23:51:53.000Z","size":393,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T04:00:52.194Z","etag":null,"topics":["api-documentation","api-rest","continuous-integration","docker","laravel","mysql","php","phpunit","quiz-application","tests"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victortavaresd3v.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-07T23:35:27.000Z","updated_at":"2023-11-07T23:50:19.000Z","dependencies_parsed_at":"2023-11-08T07:29:38.892Z","dependency_job_id":null,"html_url":"https://github.com/victortavaresd3v/quiz-dev-laravel-api","commit_stats":null,"previous_names":["victortavaresd3v/quiz-dev-laravel-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/victortavaresd3v/quiz-dev-laravel-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victortavaresd3v%2Fquiz-dev-laravel-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victortavaresd3v%2Fquiz-dev-laravel-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victortavaresd3v%2Fquiz-dev-laravel-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victortavaresd3v%2Fquiz-dev-laravel-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victortavaresd3v","download_url":"https://codeload.github.com/victortavaresd3v/quiz-dev-laravel-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victortavaresd3v%2Fquiz-dev-laravel-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"online","status_checked_at":"2026-01-28T02:00:06.943Z","response_time":57,"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":["api-documentation","api-rest","continuous-integration","docker","laravel","mysql","php","phpunit","quiz-application","tests"],"created_at":"2024-09-25T19:42:07.032Z","updated_at":"2026-01-28T02:05:24.920Z","avatar_url":"https://github.com/victortavaresd3v.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eQuiz Application REST API\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA Quiz application built with \u003ca href=\"https://laravel.com/\" target=\"_blank\"\u003eLaravel\u003c/a\u003e.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.php.net\"\u003e\u003cimg src=\"https://img.shields.io/badge/PHP-777BB4?style=for-the-badge\u0026logo=php\u0026logoColor=white\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://laravel.com\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge\u0026logo=laravel\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.mysql.com\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/MySQL-005C84?style=for-the-badge\u0026logo=mysql\u0026logoColor=white\" \u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#key-features\"\u003eKey Features\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#technologies\"\u003eTechnologies\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## Key Features\n\n-   CRUD Operations\n    -   CREATE, READ, UPDATE and DELETE resources\n-   Authentication with Sanctum\n-   Authorization with Policies\n-   Factory \u0026 Seeders\n-   Data validation\n-   Error Handling\n-   Feature tests with PHPUnit\n-   API Documentation with Scribe\n-   Continuous Integration with Github Actions\n-   Dockerized application\n\n## How To Use\n\nTo run this application, you'll need [Docker](https://www.docker.com) in your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/victortavaresd3v/quiz-dev-laravel-api.git\n\n# Go into the repository\n$ cd quiz-dev-laravel-api\n\n# Create a .env file and update the database config\n$ cp .env.example .env\n\n# Run the docker containers\n$ docker-compose up -d\n\n# Access the container\n$ docker-compose exec app bash\n\n# Install project dependencies\n$ composer install\n\n# Generate the Laravel project key\n$ php artisan key:generate\n```\n\n## Technologies\n\nThis software uses the following technologies:\n\n-   [PHP](https://www.php.net/)\n-   [Laravel](https://laravel.com/)\n-   [MySQL](https://www.mysql.com/)\n-   [Scribe](https://scribe.knuckles.wtf/laravel/)\n-   [PHPUnit](https://phpunit.de/)\n-   [Docker](https://www.docker.com/)\n-   [Pint](https://laravel.com/docs/10.x/pint/)\n-   [Larastan](https://github.com/nunomaduro/larastan/)\n\n## License\n\nMIT\n\n---\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/victor-roberto-tavares-dev/\"\u003e\u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/victortavaresd3v\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"mailto:victortavares2030@gmail.com\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Gmail-D14836?style=for-the-badge\u0026logo=gmail\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictortavaresd3v%2Fquiz-dev-laravel-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictortavaresd3v%2Fquiz-dev-laravel-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictortavaresd3v%2Fquiz-dev-laravel-api/lists"}