Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxcnunes/poll-service-go-gorilla


https://github.com/maxcnunes/poll-service-go-gorilla

Last synced: about 2 months ago
JSON representation

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
```