Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hadihammurabi/go-todolist-api

Go + MongoDB
https://github.com/hadihammurabi/go-todolist-api

Last synced: 7 days ago
JSON representation

Go + MongoDB

Awesome Lists containing this project

README

        

# go-todolist-api

## dependencies installation
```shell
go get gopkg.in/mgo.v2
go get github.com/gorilla/mux
```