{"id":21055179,"url":"https://github.com/kejne/fridge-mate","last_synced_at":"2026-04-13T00:04:27.030Z","repository":{"id":37751086,"uuid":"505187615","full_name":"kejne/fridge-mate","owner":"kejne","description":"A simple app to handle payments within internal groups","archived":false,"fork":false,"pushed_at":"2023-05-05T02:40:53.000Z","size":82,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T19:13:22.062Z","etag":null,"topics":["aws","aws-lambda","go","html","javascript","jquery","serverless","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/kejne.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":"2022-06-19T18:21:00.000Z","updated_at":"2023-03-08T07:33:14.000Z","dependencies_parsed_at":"2024-06-21T17:43:59.842Z","dependency_job_id":"85db9e97-0d04-461f-ad00-308d69e95a99","html_url":"https://github.com/kejne/fridge-mate","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/kejne%2Ffridge-mate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kejne%2Ffridge-mate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kejne%2Ffridge-mate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kejne%2Ffridge-mate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kejne","download_url":"https://codeload.github.com/kejne/fridge-mate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500771,"owners_count":20300770,"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":["aws","aws-lambda","go","html","javascript","jquery","serverless","terraform"],"created_at":"2024-11-19T16:36:43.361Z","updated_at":"2025-10-25T00:07:43.472Z","avatar_url":"https://github.com/kejne.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fridge Mate\n\nDo you have a fridge at work or in a club, selling stuff for internal use?\nThis is intended to be a simple program which can be used to facilitate this.\n\nI'm doing this with very limited time as a small project to learn some Golang amoung others, so it might take a while before anything comes up here, if ever ;)\n\n## Ideas\n\n- With account it should be very quick to choose an item\n- No checkout-procedure - you can revert transactions instead\n- No login = simply display price to pay (large)\n\n## Technical Ideas\n\n- Use oauth2 for users. Integrate with auth0?\n- Leverage AWS Lambda \u0026 Dynamodb and use static web page since it will be low \u0026 irregular traffic\n- Continue!\n\n### Detailed technical setup ideas\n\n- S3 \u0026 CloudFront to serve static page\n  - jQuery to on client side fetch dynamic data like products \n- Use AWS cognito to authenticate users\n- API Gateway backed by AWS Cognito user pool as authorizer\n- Lambdas to handle requests\n- DynamoDb to handle inventory \u0026 transactions\n\n```plantuml\n@startuml\n\ncloud \"AWS\" {\n  API - [Cogniton]\n  \n  database \"S3\" {\n    [Static site]\n  }\n  Cloudfront -- [Static site]\n  [Static site] -up-\u003e API\n\n  node \"Lambdas\" {\n    [PerformTransaction]\n    [GetTransactions]\n  \n  }\n  API -down-\u003e [PerformTransaction]\n  API -down-\u003e [GetTransactions]\n\n  [GetTransactions] -down-\u003e DynamoDb\n  [PerformTransaction] -down-\u003e DynamoDb\n\n  database \"DynamoDb\" {\n\n  }\n}\n\n@enduml\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkejne%2Ffridge-mate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkejne%2Ffridge-mate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkejne%2Ffridge-mate/lists"}