This is a to-do list application.
Server: Golang
Database: Local MongoDB
github.com/go-chi/chi
chi is a lightweight, idiomatic and composable router for building Go HTTP services
github.com/go-chi/chi/middleware
github.com/thedevsaddam/renderer
Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go
gopkg.in/mgo.v2
performs all CRUD oprations
gopkg.in/mgo.v2/bson
It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
Open application at http://localhost:9000
Type on the add your todo bar and then click enter.
click on the edit icon and then edit your todo and then press enter.
click on the delete icon and the press ok.