Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 578 Bytes

Census

A simple CRUD webapp for academic libraries to gather stats on usage of physical space.

Dependencies

This app is written in Go 1.22 & runs on Google App Engine so you will need to download & install the Google Cloud SDK for Go to work on it. Having done so, you can run the app locally using the usual command: go run main.go after setting the GOOGLE_APPLICATION_CREDENTIALS env var to the location of your GCP service account key file.

Deployment

gcloud app deploy