{"id":19622515,"url":"https://github.com/fauzanmuh/test-bmtmedia","last_synced_at":"2026-05-10T23:44:47.587Z","repository":{"id":256140859,"uuid":"853628094","full_name":"fauzanmuh/Test-BMTMedia","owner":"fauzanmuh","description":"Restful API Laravel 11","archived":false,"fork":false,"pushed_at":"2024-09-09T08:47:15.000Z","size":854,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T11:45:24.620Z","etag":null,"topics":["backend","laravel11","sanctum"],"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/fauzanmuh.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-09-07T04:32:57.000Z","updated_at":"2024-12-23T01:57:19.000Z","dependencies_parsed_at":"2024-11-11T11:32:51.458Z","dependency_job_id":"9708308c-1d40-4930-8944-9fd31af521a7","html_url":"https://github.com/fauzanmuh/Test-BMTMedia","commit_stats":null,"previous_names":["fauzanmuh/test-bmtmedia"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauzanmuh%2FTest-BMTMedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauzanmuh%2FTest-BMTMedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauzanmuh%2FTest-BMTMedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauzanmuh%2FTest-BMTMedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fauzanmuh","download_url":"https://codeload.github.com/fauzanmuh/Test-BMTMedia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240918856,"owners_count":19878506,"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":["backend","laravel11","sanctum"],"created_at":"2024-11-11T11:28:09.651Z","updated_at":"2026-05-10T23:44:42.566Z","avatar_url":"https://github.com/fauzanmuh.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\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Dokumentasi API\n\n- API Login\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/login.png)\n\n- API Logout\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/logout.png)\n\n- API Create User\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/createUser.png)\n\n- API Read User\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/readUser.png)\n\n- API Update User\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/updateUser.png)\n\n- API Delete User\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/deleteUser.png)\n\n- API Create Role\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/createRole.png)\n\n- API Create User Role\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/createUserRole.png)\n\n- API Read User Role\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/readUserRole.png)\n\n- API Create Posts\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/createPosts.png)\n\n- API Read Posts\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/readPosts.png)\n\n- API Update Posts\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/updatePosts.png)\n\n- API Delete Posts (Bukan user yang membuat posts tersebut)\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/deletePosts1.png)\n\n- API Delete Posts (User yang membuat posts tersebut)\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/deletePosts2.png)\n\n- API Upload Foto\n![](https://github.com/fauzanmuh/Test-BMTMedia/raw/master/dokumentasiAPI/uploadFoto.png)\n\n## Panduan Menjalankan \u0026 Install Aplikasi\n\nBuat Database\n\nClone project \n\n``` $ git clone https://github.com/fauzanmuh/Test-BMTMedia.git ```\n\nBuka Kode editor → Terminal.\n  \nMasukkan perintah di bawah ini satu per satu (Tanpa $),\n  ```\n  $ composer update\n  $ composer install\n  $ cp .env.example .env\n  $ php artisan key:generate\n  ```\n  \nEdit the .env file like this,\n  ```\n  DB_CONNECTION = mysql\n  DB_HOST = 127.0.0.1 // change to Host your database\n  DB_PORT = 3306\n  DB_DATABASE = terserah // change to the name of the database table that you created\n  DB_USERNAME = root // change to be your database username, default root\n  DB_PASSWORD =    // change to your databse password, null default \n  ```\n\nMigrate database:\n  ```$ php artisan migrate```\n  \nDone 😉, untuk menjalankannya:\n  ```$ php artisan serve```\n\nMenjalankan Unit Testing\n``` $ php artisan test```\n  \nThank you 😁\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffauzanmuh%2Ftest-bmtmedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffauzanmuh%2Ftest-bmtmedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffauzanmuh%2Ftest-bmtmedia/lists"}