{"id":28825347,"url":"https://github.com/morzan1001/kiosk-data-frontend","last_synced_at":"2026-04-03T10:33:24.586Z","repository":{"id":298339435,"uuid":"999625634","full_name":"morzan1001/Kiosk-Data-Frontend","owner":"morzan1001","description":"The kiosk application is a small project that can be used to manage a refrigerator or other snack kiosk. So that data can also be analyzed, this appsmith project can be used here, which can be connected to the database. ","archived":false,"fork":false,"pushed_at":"2025-06-17T12:12:13.000Z","size":1115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-04T09:14:47.003Z","etag":null,"topics":["appsmith"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/morzan1001.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":"2025-06-10T14:35:39.000Z","updated_at":"2025-06-17T12:12:17.000Z","dependencies_parsed_at":"2025-06-10T16:43:31.006Z","dependency_job_id":null,"html_url":"https://github.com/morzan1001/Kiosk-Data-Frontend","commit_stats":null,"previous_names":["morzan1001/kiosk-data-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morzan1001/Kiosk-Data-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzan1001%2FKiosk-Data-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzan1001%2FKiosk-Data-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzan1001%2FKiosk-Data-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzan1001%2FKiosk-Data-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morzan1001","download_url":"https://codeload.github.com/morzan1001/Kiosk-Data-Frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morzan1001%2FKiosk-Data-Frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269706661,"owners_count":24462207,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["appsmith"],"created_at":"2025-06-19T01:44:36.576Z","updated_at":"2026-04-03T10:33:24.556Z","avatar_url":"https://github.com/morzan1001.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kiosk Data Frontend\n\nThe [Kiosk](https://github.com/morzan1001/Kiosk) is an application for managing a vending machine. Of course, this generates data. For example, which user has made the most purchases or which products are the most popular. The [Appsmith](https://github.com/appsmithorg/appsmith) dashboard from this repository can be used to display this data.\n\n![](assets/screenshot.png)\n\n## Install\n\nTo use the dashboard with Appsmith, the kiosk must be configured to use a Postgres database (or other database with TCP connection). [SQLite](https://sqlite.org/) is not supported. In my case, I use Appsmith in a Docker container and a [postgresql](https://www.postgresql.org/) database also in a Docker container in the same Docker network. The following Docker-Compose file could be used for example. Once Appsmith is running, you can simply import the dashboard from this repo and configure the database connection. \n\n```yaml\nversion: \"3\"\n\nservices:\n   appsmith:\n     image: index.docker.io/appsmith/appsmith-ce\n     container_name: appsmith\n     ports:\n         - \"80:80\"\n         - \"443:443\"\n     volumes:\n         - ./stacks:/appsmith-stacks\n     restart: unless-stopped\n     networks:\n       - kiosk\n     deploy:\n       resources:\n         limits:\n           cpus: '2.5'\n           memory: 1.5g\n         reservations:\n           cpus: '1.25'\n           memory: 750m\n\nnetworks:\n  kiosk:\n    external: true\n\n```\n\nA small note in passing :warning:. I use the entire kiosk on a Pi 5 with 4GB ram. The CPU performance of the Pi is not a problem, but the 4GB ram is. Appsmith is very hungry, so I have limited the resources of the container to 1.5GB. otherwise the kiosk application can become really unusable. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorzan1001%2Fkiosk-data-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorzan1001%2Fkiosk-data-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorzan1001%2Fkiosk-data-frontend/lists"}