{"id":22101136,"url":"https://github.com/rmja/festivalpos","last_synced_at":"2025-07-25T00:31:12.497Z","repository":{"id":37243866,"uuid":"185091299","full_name":"rmja/festivalpos","owner":"rmja","description":"POS system tailored for small festivals","archived":false,"fork":false,"pushed_at":"2024-07-11T10:23:26.000Z","size":10264,"stargazers_count":7,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-11T16:02:46.828Z","etag":null,"topics":["android","aurelia","festival","pos","pwa","sumup"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-05-05T22:53:23.000Z","updated_at":"2024-07-11T10:23:30.000Z","dependencies_parsed_at":"2024-07-10T15:47:19.763Z","dependency_job_id":"f010385b-1fe6-478d-9da0-9a0aab6d636e","html_url":"https://github.com/rmja/festivalpos","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/rmja%2Ffestivalpos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Ffestivalpos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Ffestivalpos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Ffestivalpos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmja","download_url":"https://codeload.github.com/rmja/festivalpos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227489802,"owners_count":17780627,"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":["android","aurelia","festival","pos","pwa","sumup"],"created_at":"2024-12-01T05:23:41.820Z","updated_at":"2024-12-01T05:23:42.443Z","avatar_url":"https://github.com/rmja.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FestivalPOS\nFestivalPOS is a POS system tailored for small festivals, serving customers in bars, foodshops, etc.\nIt is designed to be easy to use for non-technical volunteer staff, while supporting many of the features required by small festivals:\n\n* Super fast and friction free transaction flow\n* Allow for multiple points of sale with individual statistics\n* Buy using predefined customer credit accounts, creditcard using SumUp or Vibrant.io, and cash payments.\n* Receipt printing\n* Food order management\n* Easily message organizing staff in case of technical issues, supply outages, etc.\n\nThe program is used by the local music festival [Kajfest](http://kajfest.dk) on the beatiful island of [Læsø](https://visitlaesoe.dk).\nIt is made by me and is free and open source - please use it however you want!\n\n## Installation\nFestivalPOS is a PWA (Progressive Web App) and is available as a docker container. Type the following command to run an instance:\n\n```\ndocker run -e SqlServerConnectionString=\"...\" -e RedisConnectionString=\"...\" -e StorageConnectionString=\"...\" -p 5000:80 rmjac/festivalpos\n```\nUpdate with a connection string to SqlServer, Redis and an Azure storage account. Redis is only needed for printing.\nThen navigate to [localhost:5000]() to see the app running.\n\n## Setting up a dev environment\nClone the repo. Go to src/FestivalPOS and run `npm i` followed by `npm run watch`.\nOpen the VS solution and run the FestivalPOS project. The app can then be accessed at https://localhost:5001.\n\n## Screenshots\n\nSale window with product list per point of sale.\n\n![Sale window](https://github.com/rmja/festivalpos/assets/2112306/a0bdfb3d-7d5e-4598-8b02-69f208805df7)\n\nServing window where the order queue is to the left, and where each staff member can assign and finish orders.\n\n![Serving window](https://github.com/rmja/festivalpos/assets/2112306/adf726e2-7722-4d25-a30f-42eac86012ec)\n\n\n## Deploy\n\n```\ndocker build -f src/FestivalPOS/Dockerfile -t rmjac/festivalpos .\ndocker push rmjac/festivalpos\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Ffestivalpos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmja%2Ffestivalpos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Ffestivalpos/lists"}