项目作者: adsouza

项目描述 :
Web app for collecting data on usage of indoor physical space
高级语言: Go
项目地址: git://github.com/adsouza/census.git
创建时间: 2018-04-07T00:06:34Z
项目社区:https://github.com/adsouza/census

开源协议:Apache License 2.0

下载


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

  1. gcloud app deploy