/go-documentdb-example

A users CRUD app using Martini and DocumentDB

Primary LanguageGo

Go-DocumentDB-Example

A users CRUD app using Martini and DocumentDB

Install

(1) Clone this repo

$ go get github.com/a8m/go-documentdb-example

(2) edit config file with your connection-url and masterKey

Run the app

$ go build && ./golang-documentdb-example