Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hadihammurabi/go-todolist-api
- Owner: hadihammurabi
- Created: 2018-04-01T02:18:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T02:20:54.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T08:39:04.023Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 2.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-todolist-api
## dependencies installation
```shell
go get gopkg.in/mgo.v2
go get github.com/gorilla/mux
```