https://github.com/becooq81/pillkaboo-backend
PillKaBoo, Google Solution Challenge 2024
https://github.com/becooq81/pillkaboo-backend
google-solution-challenge-2024 medication-management visually-impaired
Last synced: 17 days ago
JSON representation
PillKaBoo, Google Solution Challenge 2024
- Host: GitHub
- URL: https://github.com/becooq81/pillkaboo-backend
- Owner: becooq81
- Created: 2024-01-31T15:52:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T07:29:12.000Z (about 1 year ago)
- Last Synced: 2024-12-25T10:33:18.924Z (5 months ago)
- Topics: google-solution-challenge-2024, medication-management, visually-impaired
- Language: Go
- Homepage: https://parkourapp.dev/
- Size: 20.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PillKaBoo-Backend
I use [Google Cloud Functions](https://cloud.google.com/functions/?utm_source=google&utm_medium=cpc&utm_campaign=japac-KR-all-en-dr-SKWS-all-lv-trial-PHR-dr-1605216&utm_content=text-ad-none-none-DEV_c-CRE_631312452884-ADGP_Hybrid+%7C+SKWS+-+BRO+%7C+Txt+~+Serverless+Computing_Cloud+Functions_cloud_main-KWID_43700076504928766-aud-970366092687:kwd-315040923803&userloc_1009871-network_g&utm_term=KW_cloud+function&gad_source=1&gclid=CjwKCAiAq4KuBhA6EiwArMAw1L8cCCOXq3lhv0C1PfVVQdle_NmtBu6QZRB4Xgti_Zbx7G9MM21pBRoCD6AQAvD_BwE&gclsrc=aw.ds&hl=en) for the backend of project PillKaBoo. Serverless 🔛🔝
The Flutter application downloads data through Google Cloud Function when necessary (every week if WiFi is available).# To Run The Code
1. git clone https://github.com/becooq81/PillKaBoo-Backend.git
2. go run {filename}.go# To recreate a simple Google Cloud Function to fetch data through API
1. [Install the Google Cloud CLI](https://cloud.google.com/sdk/docs/install-sdk)
2. [Create and deploy an HTTP Cloud Function with Go](https://cloud.google.com/functions/docs/create-deploy-http-go)
3. [Configure environment variables](https://cloud.google.com/functions/docs/configuring/env-var)# Related repositories
PillKaBoo Repositories
+ **:house: Homepage:** https://github.com/becooq81/PillKaBoo-Homepage
+ **:iphone: Mobile:** https://github.com/becooq81/PillKaBoo
+ **:globe_with_meridians: Serverless API**: https://github.com/becooq81/PillKaBoo-Backend