Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 574 Bytes

File metadata and controls

20 lines (14 loc) · 574 Bytes

hackpack-go

This repository is a starter pack for hacking in go

Slides https://docs.google.com/presentation/d/13XcYtRED_5Dm2ZCEGgTvhGSYzqdhFQbG00X8YD8AcaI/edit?usp=sharing

Prerequisites

  • Install Go
  • Install Docker
  • Have a development environment ready to go

The workshop covers

  • Creating a Go HTTP Backend
  • Connecting your backend to a database (GCP SQL)
  • Creating a simple frontend to use the app
  • Containerizing the platform with Docker
  • Uploading your Docker image to Google Cloud Repository
  • Deploying a Docker container via Google Cloud Run