Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a8m/go-documentdb-example

A users CRUD app using Martini and DocumentDB
https://github.com/a8m/go-documentdb-example

Last synced: about 1 month ago
JSON representation

A users CRUD app using Martini and DocumentDB

Awesome Lists containing this project

README

        

# Go-DocumentDB-Example

> A users CRUD app using Martini and DocumentDB

### Install

**(1)** Clone this repo
```sh
$ go get github.com/a8m/go-documentdb-example
```
**(2)**
edit config file with your `connection-url` and `masterKey`

### Run the app

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