Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 306 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 306 Bytes

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