{"id":18436991,"url":"https://github.com/flazefy/customanalytic_api2","last_synced_at":"2026-05-10T03:34:51.932Z","repository":{"id":190210870,"uuid":"583547862","full_name":"FlazeFy/customanalytic_api2","owner":"FlazeFy","description":"CustomAnalytic2 (WW2) is a Web app about dataset, story, and forum about World War 2. Present the data using chart and text summary. Discuss with many people to get a new information, and also you can participate as content creator. Created using Laravel","archived":false,"fork":false,"pushed_at":"2024-10-11T18:09:48.000Z","size":439,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T10:59:58.571Z","etag":null,"topics":["backend","forum","laravel","mysql","php","restful-api","swagger","worldwar2"],"latest_commit_sha":null,"homepage":"https://ww2.leonardhors.com/","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/FlazeFy.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":"2022-12-30T05:29:25.000Z","updated_at":"2024-10-03T15:27:13.000Z","dependencies_parsed_at":"2023-09-02T01:25:20.949Z","dependency_job_id":"4ca1818f-acaa-4eef-a8a3-ae2201c1f91b","html_url":"https://github.com/FlazeFy/customanalytic_api2","commit_stats":null,"previous_names":["flazefy/customanalytic_api2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fcustomanalytic_api2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fcustomanalytic_api2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fcustomanalytic_api2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fcustomanalytic_api2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlazeFy","download_url":"https://codeload.github.com/FlazeFy/customanalytic_api2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868800,"owners_count":21174757,"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","forum","laravel","mysql","php","restful-api","swagger","worldwar2"],"created_at":"2024-11-06T06:13:21.296Z","updated_at":"2026-05-10T03:34:51.906Z","avatar_url":"https://github.com/FlazeFy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"========================= Command =========================\n# First Run\n\u003e composer install\n\u003e composer update\n\u003e php artisan key:generate\n\u003e php artisan storage:link\n\u003e php artisan serve\n\n# Run Application\n\u003e php artisan serve\n\n# Run Queue Job\n\u003e php artisan queue:work\n\n# Run Application On Custom Pors\n\u003e php artisan serve # port=****\nex : php artisan serve # port=9000\n\n# Run Migrations\n\u003e php artisan migrate\n\n# Run Migrations On Specific file\n\u003e php artisan migrate --path=database/migrations/file.php\n\n# Run Seeder\n\u003e php artisan db:seed class=DatabaseSeeder \nor\n\u003e php artisan db:seed\n\n# Run Scheduler\n\u003e php artisan schedule:run\n\n# Make Controller\n\u003e php artisan make:controller \u003cNAMA-Controller\u003eController --resource\n\n# Make Model\n\u003e php artisan make:model \u003cNAMA-Model\u003e\n\n# Make Seeder\n\u003e php artisan make:seeder \u003cNAMA-TABEL\u003eSeeder\n\n# Make Factories\n\u003e php artisan make:factory \u003cNAMA-TABEL\u003eFactory\n\n# Make Migrations\n\u003e php artisan make:migration create_\u003cNAMA-TABEL\u003e_table\n\n# Make Migrations on Specific File\n\u003e php artisan migrate # path=/database/migrations/\u003cNAMA-FILE\u003e.php\n\n# Make Middleware\n\u003e php artisan make:middleware \u003cNAMA-MIDDLEWARE\u003e\n\n# Make Mail\n\u003e php artisan make:mail \u003cNAMA-MAILER\u003eEmail\n\n# Make Deploy\n\u003e php artisan route:cache\n\u003e php artisan cache:clear\n\u003e php artisan route:clear\n\n========================= File Directory =========================\n# Assets\nCSS\nDirectory               : public/css\nAccess Local Path       : http://127.0.0.1:8000/css/\u003c\u003c CSS_FILENAME \u003e\u003e.css\nAccess Global Path      : http://mifik.id/css/\u003c\u003c CSS_FILENAME \u003e\u003e.css\n\nJS\nDirectory               : public/js\nAccess Local Path       : http://127.0.0.1:8000/js/\u003c\u003c JS_FILENAME \u003e\u003e.css\nAccess Global Path      : http://mifik.id/js/\u003c\u003c JS_FILENAME \u003e\u003e.css\n\nJSON\nDirectory               : public/json\nAccess Local Path       : http://127.0.0.1:8000/json/\u003c\u003c JSON_FILENAME \u003e\u003e.css\nAccess Global Path      : http://mifik.id/json/\u003c\u003c JSON_FILENAME \u003e\u003e.css\n\nAssets (Image, Video)\nDirectory               : public/assets\nAccess Local Path       : http://127.0.0.1:8000/assets/\u003c\u003c ASSETS_FILENAME_TYPE \u003e\u003e\nAccess Global Path      : http://mifik.id/assets/\u003c\u003c ASSETS_FILENAME_TYPE \u003e\u003e\n\n# API Controller\nDirectory               : app/Http/Controllers/Api\n\n# Normal Controller\nDirectory               : app/Http/Controllers/\u003c\u003c MENU_NAME/SUBMENU_NAME \u003e\u003e\n\n# Model\nDirectory               : app/Http/Models/\u003c\u003c DB_TABLE_NAME \u003e\u003e\n\n# View\nDirectory               : app/Http/Controllers/\u003c\u003c MENU_NAME/SUBMENU_NAME \u003e\u003e\n\n============================ Rules ===============================\n# Penamaan CSS \n\u003e \u003c\u003c CONTEXT_NAME \u003e\u003e_v1.0.css                       \u003c= Iterate \n\n# Penamaan JS\n\u003e \u003c\u003c CONTEXT_NAME \u003e\u003e_v1.0.js                        \u003c= Iterate\n\n# Secret JSON\n\u003e \u003c\u003c RANDOM_STRING \u003e\u003e_v1.0.js                       \u003c= Iterate\n\nNote : \n\u003c\u003c v1 + 1 \u003e\u003e.0  If major change\nv1.\u003c\u003c 1 + 1 \u003e\u003e  If minor change\n\n==================================================================\nLast Updated : 06 Jul 2023","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflazefy%2Fcustomanalytic_api2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflazefy%2Fcustomanalytic_api2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflazefy%2Fcustomanalytic_api2/lists"}