A simple CRUD webapp for academic libraries to gather stats on usage of physical space.
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.
gcloud app deploy