Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/a8m/go-documentdb-example
- Owner: a8m
- Created: 2015-04-02T17:18:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T16:46:46.000Z (over 7 years ago)
- Last Synced: 2024-04-16T00:19:51.856Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```