{"id":18512583,"url":"https://github.com/cnahmetcn/iceberg_case","last_synced_at":"2026-04-27T08:32:22.945Z","repository":{"id":77046526,"uuid":"398761872","full_name":"cnahmetcn/iceberg_case","owner":"cnahmetcn","description":"Iceberg Real Estate Appointment System ","archived":false,"fork":false,"pushed_at":"2021-08-25T13:11:21.000Z","size":95,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-14T12:18:28.247Z","etag":null,"topics":["api","jwt","laravel","tymon"],"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/cnahmetcn.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":"2021-08-22T09:32:35.000Z","updated_at":"2021-11-09T13:18:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"61eebb00-508c-45b7-84b7-69616489568a","html_url":"https://github.com/cnahmetcn/iceberg_case","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cnahmetcn/iceberg_case","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnahmetcn%2Ficeberg_case","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnahmetcn%2Ficeberg_case/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnahmetcn%2Ficeberg_case/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnahmetcn%2Ficeberg_case/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cnahmetcn","download_url":"https://codeload.github.com/cnahmetcn/iceberg_case/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnahmetcn%2Ficeberg_case/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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","jwt","laravel","tymon"],"created_at":"2024-11-06T15:34:36.927Z","updated_at":"2026-04-27T08:32:22.910Z","avatar_url":"https://github.com/cnahmetcn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iceberg Real Estate Appointment System\n\n## Technologies \u0026 Softwares Used\n\n-   Laravel 8.x\n-   PHP 7.4x\n-   Tymon JWT\n-   Google Maps Distance Matrix API\n-   Postcode \u0026 Geolocation API for the UK (https://postcodes.io/)\n\n## Installation \u0026 Run\n\n-   git clone https://github.com/cnahmetcn/iceberg_case.git\n-   composer install or (composer global update)\n-   copy .env.example .env\n-   php artisan key:generate\n-   php artisan serve\n-   php artisan migrate\n\n# Request\n\n-   **Postman Collection Link** https://documenter.getpostman.com/view/13154669/TzzEoZye\n\n## Auth\n\n### Register\n\n-   POST -\u003e http://127.0.0.1:8000/api/auth/register\n\n| Key                   | Value           |\n| --------------------- | --------------- |\n| fullName              | Ahmet Can       |\n| email                 | ahmet@gmail.com |\n| password              | 1402657         |\n| password_confirmation | 1402657         |\n| phone                 | 05555555555     |\n\n### Login\n\n-   POST -\u003e http://127.0.0.1:8000/api/auth/login\n\n| Key      | Value           |\n| -------- | --------------- |\n| email    | ahmet@gmail.com |\n| password | 1402657         |\n\n**Response: token value**\n\n### Me\n\n-   POST -\u003e http://127.0.0.1:8000/api/auth/me\n\n**Auth: Bearer Token**\n\n**Response**\n\n```\n{\n    \"id\": 1,\n    \"fullName\": \"Ahmet Can\",\n    \"email\": \"ahmet@gmail.com\",\n    \"phone\": null,\n    \"hold\": 0,\n    \"created_at\": \"2021-08-23T14:06:47.000000Z\",\n    \"updated_at\": \"2021-08-23T14:34:06.000000Z\"\n}\n```\n\n### Refresh (Token Refresh)\n\n-   POST -\u003e http://127.0.0.1:8000/api/auth/refresh\n\n**Auth: Bearer Token**\n\n**Response: token value**\n\n### Logout\n\n-   POST -\u003e http://127.0.0.1:8000/api/auth/logout\n\n**Auth: Bearer Token**\n\n### Update\n\n-   POST -\u003e http://127.0.0.1:8000/api/auth/update/{id}\n\n| Key                   | Value           |\n| --------------------- | --------------- |\n| fullName              | Ahmet Can       |\n| email                 | ahmet@gmail.com |\n| password              | 1402657         |\n| password_confirmation | 1402657         |\n| phone                 | 05555555556     |\n\n**Auth: Bearer Token**\n\n## Appointment\n\n### All Appointment\n\n-   GET -\u003e http://127.0.0.1:8000/api/appointment/all\n\n**Auth: Bearer Token**\n\n### Show Appointment\n\n-   GET -\u003e http://127.0.0.1:8000/api/appointment/show/{id}\n\n**Auth: Bearer Token**\n\n### Add Appointment\n\n-   POST -\u003e http://127.0.0.1:8000/api/appointment/add\n\n**Auth: Bearer Token**\n\n| Key        | Value          |\n| ---------- | -------------- |\n| email      | adem@gmail.com |\n| name       | Adem           |\n| surname    | Can            |\n| phone      | 333            |\n| date       | 2021-08-25     |\n| time       | 13:00          |\n| address    | CM27PR         |\n| created_by | 1              |\n\n### Delete Appointment\n\n-   DELETE -\u003e http://127.0.0.1:8000/api/appointment/delete/{id}\n\n**Auth: Bearer Token**\n\n### Update Appointment\n\n-   POST -\u003e http://127.0.0.1:8000/api/appointment/update/{id}\n\n**Auth: Bearer Token**\n\n| Key        | Value          |\n| ---------- | -------------- |\n| email      | adem@gmail.com |\n| name       | Adem           |\n| surname    | Can            |\n| phone      | 333            |\n| date       | 2021-08-25     |\n| time       | 13:00          |\n| address    | CM27PR         |\n| created_by | 1              |\n\n### Done Appointment\n\n-   GET -\u003e http://127.0.0.1:8000/api/appointment/update/assignment/done/{id}\n\n**Auth: Bearer Token**\n\n| Key        | Value |\n| ---------- | ----- |\n| created_by | 1     |\n\n### Change The Person Assigned To The Appointment\n\n-   GET -\u003e http://127.0.0.1:8000/api/appointment/update/assignment/{id}\n\n**Auth: Bearer Token**\n\n| Key        | Value |\n| ---------- | ----- |\n| created_by | 1     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnahmetcn%2Ficeberg_case","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcnahmetcn%2Ficeberg_case","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnahmetcn%2Ficeberg_case/lists"}