Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/covrom/go-echo-vue

A Todo example written in Go, using the Echo framework, BBolt, Bulma and Vue
https://github.com/covrom/go-echo-vue

bbolt boltdb bulma bulma-css-framework go golang vue vuejs

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Go TODO

This is a simple todo web app written in Go and using the Echo Framework, CoreOS BBolt and Vue.js

Just run the folowing

```
go run todo.go
```

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

![Screenshot](screen.png)

Online demo: [https://go-echo-vue.herokuapp.com/](https://go-echo-vue.herokuapp.com/)