An open API service indexing awesome lists of open source software.

https://github.com/adsouza/census

Web app for collecting data on usage of indoor physical space
https://github.com/adsouza/census

appengine-go crud-application webapp

Last synced: 3 months ago
JSON representation

Web app for collecting data on usage of indoor physical space

Awesome Lists containing this project

README

          

# 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](https://cloud.google.com/appengine/docs/standard/setting-up-environment?tab=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
```