{"id":16423353,"url":"https://github.com/ngekoding/tokoku","last_synced_at":"2025-04-24T09:31:26.636Z","repository":{"id":149996337,"uuid":"621594303","full_name":"ngekoding/tokoku","owner":"ngekoding","description":"Simple Point of Sales (POS) app built with Laravel Breeze and Vue","archived":false,"fork":false,"pushed_at":"2023-04-03T07:42:02.000Z","size":452,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-11T07:39:34.545Z","etag":null,"topics":[],"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/ngekoding.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":"2023-03-31T01:35:22.000Z","updated_at":"2023-08-28T03:46:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"6df1cc92-d810-41b0-ac61-17e206a3b8ff","html_url":"https://github.com/ngekoding/tokoku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngekoding%2Ftokoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngekoding%2Ftokoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngekoding%2Ftokoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngekoding%2Ftokoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngekoding","download_url":"https://codeload.github.com/ngekoding/tokoku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223948651,"owners_count":17230131,"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":[],"created_at":"2024-10-11T07:39:34.682Z","updated_at":"2024-11-10T11:43:25.338Z","avatar_url":"https://github.com/ngekoding.png","language":"PHP","readme":"# Tokoku\n\nSimple Point of Sales (POS) app built with Laravel Breeze and Vue.\n\n## Screenshots\n\n![Add Transaction](./screenshots/transaction-create.png)\n\n![Detail Transaction](./screenshots/transaction-detail.png)\n\n## Requirements\n\nThis project is build with Laravel 10.x, so the requirements is same as the framework.\n\n- Composer\n- PHP 8.1 or above\n- MySQL 5.7+ or any [supported databases](https://laravel.com/docs/10.x/database)\n- Node.js 14.18+, 16+\n\n## Installation\n\n- Create new database (e.g. `tokoku`)\n- Open your CMD/Terminal and follow the below commands\n\n```sh\ngit clone https://github.com/ngekoding/tokoku.git\ncd tokoku\n\n# Create .env by copying the .env.example\ncp .env.example .env\n\n# Generate key\nphp artisan key:generate --ansi\n\n# Installing dependencies\ncomposer install\nnpm install\n```\n\n- Change your database configurations in `.env` file\n- Run the migration and seeder for dummy data\n\n```sh\nphp artisan migrate --seed\n```\n\n### Run for Development\n\nWhen running the project for development, you need to run both the server-side and client-side. So you need to open 2 CMD/Terminal.\n\n- Run for client-side script\n```sh\nnpm run dev\n```\n\n- Run for server-side script\n\n```sh\nphp artisan serve\n```\n\n- Then open the address for the server-side (e.g. `http:\\\\localhost:8000`)\n\n### Accounts for Log in\n\nThere are two accounts was created by the user seeder, that different by it's role and access.\n\n**Super Admin**\n- Email: superadmin@tokoku.com\n- Password: secret\n\n**Staff**\n- Email: staff@tokoku.com\n- Password: secret\n\nThe default password configuration can be found in `.env` file at `DEFAULT_USER_PASSWORD`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngekoding%2Ftokoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngekoding%2Ftokoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngekoding%2Ftokoku/lists"}