Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.47 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.47 KB

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