{"id":15093592,"url":"https://github.com/paley777/kirimku","last_synced_at":"2026-01-19T00:32:54.053Z","repository":{"id":235212405,"uuid":"790304633","full_name":"paley777/kirimku","owner":"paley777","description":"This system is based on the Codeigniter 4.0 framework. This system aims to implement basic data management (CRUD) visualize data in the form of pie charts and display certain amounts of data. This system was created based on the case of express delivery services which require the system to have a feature for adding delivery data.","archived":false,"fork":false,"pushed_at":"2024-04-22T16:46:47.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T19:20:20.431Z","etag":null,"topics":["codeigniter","database","website"],"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/paley777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-22T16:30:28.000Z","updated_at":"2024-04-22T16:47:41.000Z","dependencies_parsed_at":"2024-04-22T17:56:58.683Z","dependency_job_id":"61cb7860-7748-4401-8ed5-b55d3be3eb35","html_url":"https://github.com/paley777/kirimku","commit_stats":null,"previous_names":["paley777/kirimku"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paley777/kirimku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paley777%2Fkirimku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paley777%2Fkirimku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paley777%2Fkirimku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paley777%2Fkirimku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paley777","download_url":"https://codeload.github.com/paley777/kirimku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paley777%2Fkirimku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28554394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T23:48:35.235Z","status":"ssl_error","status_checked_at":"2026-01-18T23:47:49.178Z","response_time":98,"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":["codeigniter","database","website"],"created_at":"2024-09-25T11:24:19.087Z","updated_at":"2026-01-19T00:32:54.036Z","avatar_url":"https://github.com/paley777.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" id=\"title\"\u003eCodeigniter-based Data Management and Data Visualization System\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://socialify.git.ci/paley777/kirimku/image?description=1\u0026amp;descriptionEditable=Codeigniter-based%20Data%20Management%20and%20Data%20Visualization%20System\u0026amp;font=Inter\u0026amp;language=1\u0026amp;name=1\u0026amp;owner=1\u0026amp;pattern=Charlie%20Brown\u0026amp;theme=Light\" alt=\"project-image\"\u003e\u003c/p\u003e\n\n\u003cp id=\"description\"\u003eThis system is based on the Codeigniter 4.0 framework. This system aims to implement basic data management (CRUD) visualize data in the form of pie charts and display certain amounts of data. This system was created based on the case of express delivery services which require the system to have a feature for adding delivery data. This system is in Indonesian.\u003c/p\u003e\n\n\u003ch2\u003eProject Screenshots:\u003c/h2\u003e\n\n\u003cimg src=\"https://i.ibb.co/w0j7yyZ/image.png\" alt=\"project-screenshot\" width=\"400\" height=\"400/\"\u003e\n\n\u003cimg src=\"https://i.ibb.co/SBkykGT/image.png\" alt=\"project-screenshot\" width=\"400\" height=\"400/\"\u003e\n\n\u003ch2\u003e🛠️ Installation Steps:\u003c/h2\u003e\n\n\u003cp\u003e1. Clone the project\u003c/p\u003e\n\n```\ngh repo clone paley777/asesmenkondisigedung\n```\n\n\u003cp\u003e2. Go to the project directory\u003c/p\u003e\n\n```\ncd asesmenkondisigedung\n```\n\n\u003cp\u003e3. Install dependencies\u003c/p\u003e\n\n```\ncomposer install\n```\n\n\u003cp\u003e4. Delete Cache\u003c/p\u003e\n\n```\nphp artisan cache:clear\n```\n\n\u003cp\u003e5. Generate Laravel Key\u003c/p\u003e\n\n```\nphp artisan key:generate\n```\n\n\u003cp\u003e6. Make Storage Link\u003c/p\u003e\n\n```\nphp artisan storage:link\n```\n\n\u003cp\u003e7. Migrate\u003c/p\u003e\n\n```\nphp artisan migrate\n```\n\n\u003cp\u003e8. Start the server\u003c/p\u003e\n\n```\nphp artisan serve\n```\n  \n\u003ch2\u003e🧐 Features\u003c/h2\u003e\n\nHere're some of the project's best features:\n\n*   Database Management (CRUD)\n*   Data visualization in the form of a pie chart\n*   The simple logic of express delivery services\n\n  \n  \n\u003ch2\u003e💻 Built with\u003c/h2\u003e\n\nTechnologies used in the project:\n\n*   Codeigniter 4.0\n*   PHP 7.4 - 8.0\n\n\u003ch2\u003e💖Like my work?\u003c/h2\u003e\n\nSaran pengembangan silakan hubungi email berikut:\u003cp\u003evalleryan1212@gmail.com\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaley777%2Fkirimku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaley777%2Fkirimku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaley777%2Fkirimku/lists"}