Skip to content

becooq81/PillKaBoo-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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