{"id":28554926,"url":"https://github.com/sazardev/clean-menu-go","last_synced_at":"2026-04-12T18:02:28.809Z","repository":{"id":274815683,"uuid":"910354089","full_name":"sazardev/clean-menu-go","owner":"sazardev","description":"Clean Menu borns with a simple idea: fast attention at a low level for a restaurant, with powerful tools for the owner.","archived":false,"fork":false,"pushed_at":"2025-02-15T04:59:23.000Z","size":819,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T05:07:41.846Z","etag":null,"topics":["css","food-ordering","go","golang","javascript","nodejs","open-source","pos","self-hosted","tailwindcss","web"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sazardev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-31T04:02:55.000Z","updated_at":"2025-02-15T04:59:27.000Z","dependencies_parsed_at":"2025-04-28T22:36:50.694Z","dependency_job_id":null,"html_url":"https://github.com/sazardev/clean-menu-go","commit_stats":null,"previous_names":["cerberusprogrammer/clean-menu-go","sazardev/clean-menu-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sazardev/clean-menu-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazardev%2Fclean-menu-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazardev%2Fclean-menu-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazardev%2Fclean-menu-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazardev%2Fclean-menu-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sazardev","download_url":"https://codeload.github.com/sazardev/clean-menu-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sazardev%2Fclean-menu-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["css","food-ordering","go","golang","javascript","nodejs","open-source","pos","self-hosted","tailwindcss","web"],"created_at":"2025-06-10T05:07:18.334Z","updated_at":"2026-04-04T22:33:15.747Z","avatar_url":"https://github.com/sazardev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clean Menu (Webapp for fast attention)\n\nClean Menu borns with a simple idea: fast attention at a low level for a restaurant, with powerful tools for the owner. The main goal is to provide a simple and clean interface for every employee. The idea is to have a webapp that can be used in a tablet, with a simple interface that can be used by anyone in the restaurant.\n\nThere will be three roles in the system: waiter, chef and owner. The waiter will be able to see the orders and mark them as done. The chef will be able to see the orders and mark them as done. The owner will be able to see the orders, mark them as done, see the statistics and manage the menu.\n\n# Usage \n\n```bash\n$ go run src/main.go --user postgres --password postgres --dbname clean_menu_db --port 5433\n```\n\n# MVP\n\nThe ideal flow work for the MVP is:\n\n1. The owner creates an account and a the initial menu with prices and categories.\n2. The waiter can take orders and mark them as done. Also the waiter send the orders to the kitchen. The waiter can see the orders that are ready to be served.\n3. The chef can see the orders that are ready to be served and mark them as done, and put the time that took to make the order.\n4. The owner can see the orders that are ready to be served, mark them as done, see the statistics and manage the menu.\n\n## Roles \n\n- **Owner**: Can see the orders, mark them as done, see the statistics and manage the menu.\n- **Waiter**: Can see the orders and mark them as done. The waiter can send the orders to the kitchen.\n- **Chef**: Can see the orders and mark them as done. The chef can put the time that took to make the order.\n\n# Technical details\n\n## Frontend\n\nThe frontend will be using only templates in Go. The idea is to have a simple interface that can be used in a tablet. The frontend will be using the following technologies:\n\n- HTML\n- CSS\n- JavaScript\n- Go templates\n\n## Backend\n\nThe backend will be using only Go and only his native libraries. The idea is to have a simple backend that can be used in a Raspberry Pi!.\n\n## Database\n\nThe database will be using SQLite for a local database.\n\n## Connection\n\nThe connection will be using WebSockets for real-time updates. Because of the simplicity of the project, the WebSockets will be enough for the MVP.\n\n## Security\n\nThe security will be using JWT for the authentication. The idea is to have a simple and secure way to authenticate the users.\n\n# Roadmap\n\nThe roadmap for the project is:\n\n- [ x ] Create the project structure\n- [ ] Create the database structure\n- [ x ] Create the owner interface\n- [ x ] Create the waiter interface\n- [ x ] Create the chef interface\n- [ ] Create the statistics interface\n- [ ] Create the menu management interface\n- [ ] Create the WebSocket Connection\n- [ ] Create the JWT authentication\n- [ ] Create the Dockerfile\n- [ ] Create the Docker Compose\n- [ ] Create the tests\n- [ ] Create the documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsazardev%2Fclean-menu-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsazardev%2Fclean-menu-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsazardev%2Fclean-menu-go/lists"}