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

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

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
```