{"id":23750820,"url":"https://github.com/zaharpa/event-management","last_synced_at":"2026-02-08T20:03:36.675Z","repository":{"id":269419615,"uuid":"905215191","full_name":"ZaharPa/event-management","owner":"ZaharPa","description":"Event-Management is a REST API for managing events and attendees, developed as part of my course completion. The project utilizes Laravel, MySQL, and Postman for testing and documentation.","archived":false,"fork":false,"pushed_at":"2024-12-23T12:24:13.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T11:40:08.957Z","etag":null,"topics":["laravel","mysql","rest-api"],"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/ZaharPa.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-12-18T11:39:24.000Z","updated_at":"2025-02-02T18:22:41.000Z","dependencies_parsed_at":"2024-12-23T12:45:34.631Z","dependency_job_id":"c42f39f6-e41f-41f4-8e26-15a48c8dd972","html_url":"https://github.com/ZaharPa/event-management","commit_stats":null,"previous_names":["zaharpa/event-management"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZaharPa/event-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaharPa%2Fevent-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaharPa%2Fevent-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaharPa%2Fevent-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaharPa%2Fevent-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZaharPa","download_url":"https://codeload.github.com/ZaharPa/event-management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaharPa%2Fevent-management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29241457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T19:36:48.828Z","status":"ssl_error","status_checked_at":"2026-02-08T19:27:12.336Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","mysql","rest-api"],"created_at":"2024-12-31T16:53:48.079Z","updated_at":"2026-02-08T20:03:36.641Z","avatar_url":"https://github.com/ZaharPa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/laravel/framework/actions\"\u003e\u003cimg src=\"https://github.com/laravel/framework/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Event-Management\n\nEvent-Management is a REST API built with Laravel that allows users to manage events and attendees. It provides a robust platform for creating, updating, viewing, and deleting events, as well as managing event attendees.\n\n### Features\n\n- **User Authentication and Authorization**: Secure user authentication and authorization using Laravel Sanctum.\n- **Event Management**: Create, update, view, and delete events.\n- **Attendee Management**: Add and remove attendees for events.\n- **Rate Limiting**: Protect the API from abuse by limiting the number of requests.\n- **Real-time Notifications**: Notify users about event updates and attendee actions.\n- **Search and Filter**: Search and filter events based on various criteria.\n\n### API Endpoints\n\n- **Authentication**\n  - `POST /login`: Login a user.\n  - `POST /logout`: Logout a user.\n- **Events**\n  - `GET /events`: List all events.\n  - `GET /events/{id}`: View a specific event.\n  - `POST /events`: Create a new event.\n  - `PUT /events/{id}`: Update an existing event.\n  - `DELETE /events/{id}`: Delete an event.\n- **Attendees**\n  - `GET /events/{event_id}/attendees`: List all attendees for an event.\n  - `POST /events/{event_id}/attendees`: Add an attendee to an event.\n  - `DELETE /events/{event_id}/attendees/{attendee_id}`: Remove an attendee from an event.\n\n### Tools Used\n\n- **Postman**: Used for testing and documenting the API endpoints.\n\n## Getting Started\n\n### Prerequisites\n\n- PHP \u003e= 8.0\n- Composer\n- Laravel\n- MySQL or any other supported database\n\n### Installation\n\nTo get started with Job-board, follow these steps:\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/ZaharPa/job-board.git\n    cd job-board\n    ```\n\n2. Install dependencies:\n    ```sh\n    composer install\n    npm install\n    npm run dev\n    ```\n\n3. Set up the environment:\n    ```sh\n    cp .env.example .env\n    php artisan key:generate\n    ```\n\n4. Configure the database in the [.env](http://_vscodecontentref_/0) file and run migrations:\n    ```sh\n    php artisan migrate\n    ```\n\n5. Seed the database with initial data (optional):\n    ```sh\n    php artisan db:seed\n    ```\n\n6. Start the development server:\n    ```sh\n    php artisan serve\n    ```\n\n## License\n\nJob-board is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n## View Work\n\n![all events](https://github.com/user-attachments/assets/913253a8-7e4d-43a9-8704-5ba3e4242d4b)\n![update event](https://github.com/user-attachments/assets/9d80c4af-b373-4e92-ab34-3eddd6e451ba)\n![delete with error](https://github.com/user-attachments/assets/f0d7fb34-2209-4680-9475-a4b1de38dc95)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaharpa%2Fevent-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaharpa%2Fevent-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaharpa%2Fevent-management/lists"}