{"id":18034742,"url":"https://github.com/bobluppes/barhive","last_synced_at":"2026-03-19T03:01:44.041Z","repository":{"id":37584784,"uuid":"164211990","full_name":"bobluppes/barhive","owner":"bobluppes","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-06T07:36:39.000Z","size":2936,"stargazers_count":1,"open_issues_count":22,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T23:12:47.968Z","etag":null,"topics":["bar","hacktoberfest","pos","restaurant","tickets"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/bobluppes.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}},"created_at":"2019-01-05T12:15:27.000Z","updated_at":"2020-12-29T20:12:20.000Z","dependencies_parsed_at":"2023-02-05T15:31:47.602Z","dependency_job_id":null,"html_url":"https://github.com/bobluppes/barhive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bobluppes/barhive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobluppes%2Fbarhive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobluppes%2Fbarhive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobluppes%2Fbarhive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobluppes%2Fbarhive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobluppes","download_url":"https://codeload.github.com/bobluppes/barhive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobluppes%2Fbarhive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","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":["bar","hacktoberfest","pos","restaurant","tickets"],"created_at":"2024-10-30T11:13:56.828Z","updated_at":"2026-01-18T10:27:27.977Z","avatar_url":"https://github.com/bobluppes.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Barhive\n\nBarhive is an open source project that implements a simple to use distributed point-of-sales (POS) system. This system is fit to be used by small hospitality industry businesses who wan't to adopt a modern sales process without investing in a physical POS system. Barhive is designed to run on any smartphone, table, or laptop.\n\nThe aim of the project is to enable business owners all over the world to digitize their bussiness without the upfront investment.\n\n## Hacktober\nOur current goal is to finish the beta version by the end of October. There are a number of small bugs and two features in the roadmap that need to be fixed/implemented to reach this goal. If you want to contribute to an open source project, feel free to look at the contributing section for more details!\n\n## Requirements\n\nBarhive is built in Laravel requires the following to run locally:\n\n- [Composer](https://getcomposer.org/download/)\n- [NPM](https://docs.npmjs.com/cli/install)\n- [MySql](https://www.mysql.com/downloads/)\n\n## Installation\n\nThe application is installed like any other Laravel application. It requires composer and npm to be installed.\n\n```bash\n# Clone the git repository\ngit clone https://github.com/bobluppes/barhive.git\n\ncd ./barhive\n\n# Install dependencies\ncomposer install\ncomposer update\nnpm install\n\n# Build sources\nnpm run dev\n```\n\nNext, the environment variables need to be set. An example configuration can be found in `barhive/.env.example`, you can simply copy this file to `barhive/.env` and edit the variables accordingly. The most important settings are the database settings. You will need to create an empty database on your local MySql installation and provide it's name and login credentials to the .env file:\n\n```\nDB_DATABASE=[your_database_name]\nDB_USERNAME=[database_username]\nDB_PASSWORD=[database_password]\n```\n\nAs a last step, artisan is used to get the application up and running.\n\n```bash\n# Set the application key\nphp artisan key:generate\n\n# Migrate tables and seed\nphp artisan migrate\nphp artisan db:seed\n\n# Serve the application on 127.0.0.1:8000\nphp artisan serve\n```\n\n## Support\nFor any support with Barhive, you can open an issue on the issue tracker or reach out to me on my github email!\n\n## Roadmap\n* Receipt system\n* Payment gateway\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPreferably, pull requests are related to features in the roadmap above or issues in the issue tracker. If a feature on the roadmap has a project board associated, it is added behind the feature in parentheses. See these pages for more information about the planned feature.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobluppes%2Fbarhive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobluppes%2Fbarhive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobluppes%2Fbarhive/lists"}