https://github.com/hajimehoshi/snippets
A simple storage on Google App Engine with hash keys for small and immutable data
https://github.com/hajimehoshi/snippets
go golang google-app-engine
Last synced: 21 days ago
JSON representation
A simple storage on Google App Engine with hash keys for small and immutable data
- Host: GitHub
- URL: https://github.com/hajimehoshi/snippets
- Owner: hajimehoshi
- License: apache-2.0
- Created: 2017-09-12T18:50:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T21:09:29.000Z (over 7 years ago)
- Last Synced: 2025-02-11T23:57:52.072Z (2 months ago)
- Topics: go, golang, google-app-engine
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snippets
A simple storage on Google App Engine with hash keys for small and immutable data
## How to test this app on your local machine
### Install Cloud SDK
See https://cloud.google.com/appengine/docs/standard/go/quickstart
### Run this app
```shell
dev_appserver.py app.yam
```