Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxcnunes/poll-service-go-gorilla
https://github.com/maxcnunes/poll-service-go-gorilla
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxcnunes/poll-service-go-gorilla
- Owner: maxcnunes
- Created: 2014-08-08T02:59:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T15:19:22.000Z (over 10 years ago)
- Last Synced: 2024-10-18T07:22:27.907Z (3 months ago)
- Language: Go
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poll-service-go-gorilla
Simple poll service API written in Go. My first code in Go :)
## Setup
Install the dependencies:
```shell
go get gopkg.in/mgo.v2
go get github.com/gorilla/mux
```## Running it
```shell
go run server.go
```