{"id":18475440,"url":"https://github.com/mirchaemanuel/devfest-quiz","last_synced_at":"2026-02-09T18:04:47.306Z","repository":{"id":206725498,"uuid":"716542584","full_name":"mirchaemanuel/devfest-quiz","owner":"mirchaemanuel","description":"This is a demo application for the speech \"The Journey of a Commit\" presented at Google DevFest Pescara 2023","archived":false,"fork":false,"pushed_at":"2025-02-04T11:35:46.000Z","size":458,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T05:23:31.652Z","etag":null,"topics":["laravel","pest","tdd","testing"],"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/mirchaemanuel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-11-09T11:01:40.000Z","updated_at":"2025-02-04T11:35:50.000Z","dependencies_parsed_at":"2024-04-30T09:38:54.241Z","dependency_job_id":"ab3927bd-05f1-4111-a614-2af257e2949f","html_url":"https://github.com/mirchaemanuel/devfest-quiz","commit_stats":null,"previous_names":["mirchaemanuel/devfest-quiz"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirchaemanuel%2Fdevfest-quiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirchaemanuel%2Fdevfest-quiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirchaemanuel%2Fdevfest-quiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirchaemanuel%2Fdevfest-quiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirchaemanuel","download_url":"https://codeload.github.com/mirchaemanuel/devfest-quiz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249250972,"owners_count":21237965,"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","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","pest","tdd","testing"],"created_at":"2024-11-06T10:34:27.144Z","updated_at":"2026-02-09T18:04:47.184Z","avatar_url":"https://github.com/mirchaemanuel.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![tests](https://github.com/mirchaemanuel/devfest-quiz/actions/workflows/app.yml/badge.svg?branch=master)](https://github.com/mirchaemanuel/devfest-quiz/actions/workflows/app.yml)[![Build Base PHP Image](https://github.com/mirchaemanuel/devfest-quiz/actions/workflows/build-base-php-image.yaml/badge.svg)](https://github.com/mirchaemanuel/devfest-quiz/actions/workflows/build-base-php-image.yaml)\n\n# DevFest Quiz App - \"The Journey of a Commit\"\n\n__IT IS JUST A DEMO PROJECT FOR THE SPEECH__\n\n__IT IS STILL UNDER ACTIVE DEVELOPMENT__\n\n## About the Project\n\nThis Laravel application, crafted for the Google DevFest Pescara 2023, serves as a practical demonstration for the talk\ntitled \"The Journey of a Commit\", which will be presented by Mircha Emanuel D'Angelo, a senior full-stack developer, and\nAurelio Forese, a cloud engineer for Netsons Srl. The project is designed to showcase the entire lifecycle of a commit -\nfrom inception to production deployment. This includes the development and deployment cycle, emphasizing DevOps\nprinciples and practices.\n\nFurther details about the talk can be found here: [DevFest Pescara Agenda](https://devfest.gdgpescara.it/agenda).\n\n## Features\n\n- **User Authentication**: Implemented using Laravel Jetstream, this feature ensures a secure login and registration\n  process for users.\n- **Interactive Quiz**: A real-time, dynamic quiz component developed with Livewire to engage participants.\n- **Leaderboard**: Tracks and displays user rankings, adding a competitive edge to the quiz.\n- **Badges System**: Participants can earn badges for their achievements, such as the \"First Place\" badge for topping\n  the leaderboard.\n\n## Technical Stack\n\n- **Backend Framework**: Laravel\n- **User Authentication**: Laravel Jetstream\n- **Frontend Interaction**: Livewire\n- **Testing**: Test-Driven Development (TDD) Approach (with Pest)\n\nIn the talk we shall also discuss the following:\n- **Version Control and Workflow**: GitFlow\n- **Continuous Integration/Continuous Deployment (CI/CD)**: Implemented using a pipeline approach\n- **Containerization and Orchestration**: Docker, Kubernetes, and ArgoCD\n\n## Setup and Installation\n\n### Prerequisites\n\n- PHP 8.2\n- Composer\n- Node.js or Bun\n\n### Installation\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/mirchaemanuel/devfest-quiz.git\n   ```\n2. Install Composer packages\n   ```sh\n    composer install\n    ```\n3. Install NPM packages\n   ```sh\n   npm install\n   #or\n   bun install\n   ```\n4. Create a copy of the `.env.example` file and rename it to `.env`\n5. Generate an application key\n   ```sh\n   php artisan key:generate\n   ```\n6. Migration and seeding\n   ```sh\n   php artisan migrate --seed\n   ```\n\n## Contributing\n\nAs this application is a demo for the DevFest Pescara talk, contributions are welcome to enhance its educational value.\nPlease feel free to submit pull requests or open issues for discussion.\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Acknowledgements\n\nA special thanks to the organizers of Google DevFest Pescara for the opportunity to showcase this project and share\ninsights on modern software development practices.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirchaemanuel%2Fdevfest-quiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirchaemanuel%2Fdevfest-quiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirchaemanuel%2Fdevfest-quiz/lists"}