/PillKaBoo-Backend

PillKaBoo, Google Solution Challenge 2024

Primary LanguageGo

PillKaBoo-Backend

I use Google Cloud Functions 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
  2. Create and deploy an HTTP Cloud Function with Go
  3. Configure environment variables

Related repositories

PillKaBoo Repositories