Skip to content

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

Notifications You must be signed in to change notification settings

scotch-io/go-echo-vue-single-page-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.0%
  • Go 48.0%