{"id":21457046,"url":"https://github.com/bayudc/warnetku","last_synced_at":"2025-07-15T01:30:44.974Z","repository":{"id":38316465,"uuid":"467472299","full_name":"BayuDC/warnetku","owner":"BayuDC","description":"🖥️ Internet cafe(warnet) management system","archived":false,"fork":false,"pushed_at":"2024-09-05T10:45:37.000Z","size":227,"stargazers_count":36,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T00:39:18.127Z","etag":null,"topics":["administration","bootstrap5","laravel","mysql","php","warnet"],"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/BayuDC.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,"zenodo":null}},"created_at":"2022-03-08T10:51:34.000Z","updated_at":"2025-05-17T13:55:58.000Z","dependencies_parsed_at":"2025-06-06T00:44:25.721Z","dependency_job_id":null,"html_url":"https://github.com/BayuDC/warnetku","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/BayuDC/warnetku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayuDC%2Fwarnetku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayuDC%2Fwarnetku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayuDC%2Fwarnetku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayuDC%2Fwarnetku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BayuDC","download_url":"https://codeload.github.com/BayuDC/warnetku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayuDC%2Fwarnetku/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265385705,"owners_count":23756728,"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":["administration","bootstrap5","laravel","mysql","php","warnet"],"created_at":"2024-11-23T06:00:40.637Z","updated_at":"2025-07-15T01:30:44.668Z","avatar_url":"https://github.com/BayuDC.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Warnetku\n\nWarnetku is a web app for managing computer, operator, rental price and\nrental transaction in an internet cafe(it's called warnet in my country).\nThis app is made to ease the work of internet cafe operators. For example,\ndetermine the price to be paid by the customer.\n\n## 🧩 Stacks\n\n-   Laravel 9\n-   PostgreSQL\n-   Bootstrap\n\n## ✨ Demo\n\n~~Web url 1: https://warnetku.up.railway.app  \nWeb url 2: https://warnetku.herokuapp.com~~\n\n~~you can use the account below for login access~~\n\n| Username      | Password      | Role       |\n| ------------- | ------------- | ---------- |\n| ~~operator0~~ | ~~operator0~~ | ~~Owner~~  |\n| ~~operator1~~ | ~~operator1~~ | ~~Worker~~ |\n\n~~All data in this demo web are fake data generated by FakerPHP.~~\n\nSorry there is no online demo. They are paid now and i am very poor.\nPlease clone this and use your machine if you want to try this web app.\n\n## 📑 Documentation\n\n-   ### Computer\n\n    Operator can see a list of all computers, along with their type and\n    status. There are two types of computers: _Gaming_ and _Office_.\n    Computer status can be _Used by ..._ or _Idle_. Operator with\n    _Owner_ role can perform create, update and delete operations.\n\n-   ### Price\n\n    Operator can see a list of all rental prices, but can't perform add,\n    update and delete operations. Only operator with _Owner_ role can\n    do that thing.\n\n-   ### Operator\n\n    Only operator with _Owner_ role can access this page. This page\n    serves to manage operator data (CRUD).\n\n-   ### Transaction\n\n    Operator cam add rental transaction at here. Operator can see other\n    operator transaction but can't update and delete it. Each operator\n    can only update and delete their own transaction. Except operator\n    with _Owner_ role. The owner can update and delete other operator's\n    transactions.\n\n-   ### Report\n\n    This page is about (simple)financial reports. It provides total\n    income and transaction count for today, this month, and more.\n\n## 📸 Screenshots\n\n![image](https://github.com/user-attachments/assets/bbd9ca73-11c3-4d66-810b-da741a317e1a)\n![image](https://github.com/user-attachments/assets/c07cbd16-5e66-48bd-a2da-388fa6e00d18)\n![image](https://github.com/user-attachments/assets/bd7f88cc-1ab6-4118-935b-c13237c51aa9)\n![image](https://github.com/user-attachments/assets/68662b0d-c384-470c-b1c6-c558c64276f0)\n![image](https://github.com/user-attachments/assets/e92e16a1-4859-4985-b4c2-f06101df8b1e)\n\n\n## 💽 Database Structure\n\n![image](https://github.com/user-attachments/assets/20e8dc77-1bae-49c3-a105-43e35a414996)\n\n\n## 🛠️ Development\n\n```\n# Clone the project\n$ git clone https://github.com/BayuDC/warnetku.git\n$ cd warnetku\n\n# Install dependencies\n$ composer install\n\n# Create env file\n$ cp .env.example .env\n\n# Set all required variables\n$ nano .env\n# or using your favorite text editor\n\n# Generate encryption key\n$ php artisan key:generate\n\n# Database migration\n$ php aritsan migrate\n# with seed\n$ php artisan migrate --seed\n\n# Run dev server\n$ php artisan serve\n```\n\n## 📝 Todo\n\n-   Implement naming route ✅  \n    All routes in this project are anonymous(except login).\n    Redirect actions and anchor elements are use hardcoded route.\n-   Make fast and clean code ✅  \n    There is still inefficient and repetitive code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayudc%2Fwarnetku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbayudc%2Fwarnetku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayudc%2Fwarnetku/lists"}