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
- Host: GitHub
- URL: https://github.com/adsouza/census
- Owner: adsouza
- License: apache-2.0
- Created: 2018-04-07T00:06:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T00:26:11.000Z (over 3 years ago)
- Last Synced: 2024-06-20T14:28:27.069Z (about 2 years ago)
- Topics: appengine-go, crud-application, webapp
- Language: Go
- Homepage: http://census.okamuza.net
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history.html
- License: LICENSE
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
```