Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/covrom/go-echo-vue
- Owner: covrom
- Fork: true (ezynda3/go-echo-vue)
- Created: 2017-10-29T05:31:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T09:23:31.000Z (about 7 years ago)
- Last Synced: 2024-08-02T02:15:08.480Z (3 months ago)
- Topics: bbolt, boltdb, bulma, bulma-css-framework, go, golang, vue, vuejs
- Language: Go
- Homepage:
- Size: 12.1 MB
- Stars: 25
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)