Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 248 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 248 Bytes

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