go-echo-vue icon indicating copy to clipboard operation
go-echo-vue copied to clipboard

A Todo example written in Go, using the Echo framework and Vue

Go TODO

This is a simple todo web app written in Go and using the Echo Framework

Just run the folowing

go get github.com/labstack/echo
go get github.com/mattn/go-sqlite3
go run todo.go

Then point your browser to http://localhost:8000