Simple Todos using GoLang and Vue
Find a file
Adi 8e0749ca4c
Merge pull request #13 from fossabot/master
Add license scan report and status
2017-11-24 19:38:43 +05:30
handlers Use proper package paths and update to work with new version of echo 2017-10-29 21:27:10 -07:00
models changed err2 to err 2016-10-16 15:03:48 +05:30
public Autofocus task input field 2016-10-15 21:58:07 -07:00
.gitignore Vendor dependencies 2017-10-31 23:22:54 -07:00
glide.lock Vendor dependencies 2017-10-31 23:22:54 -07:00
glide.yaml Vendor dependencies 2017-10-31 23:22:54 -07:00
LICENSE initial commit 2016-10-03 00:42:04 +05:30
readme.md Add license scan report and status 2017-11-24 05:39:27 -08:00
todo.go Merge branch 'master' into master 2017-10-30 15:08:27 +05:30

Simple Todos using GoLang and Vue

FOSSA Status

Prerequisites

  • Install Go.
  • Install Glide. (If you do not use Glide check the Manual setup at the end)

Go get project

$ go get -u github.com/skadimoolam/go-vue-todos
$ cd $GOPATH/src/github.com/skadimoolam/go-vue-todos

Install dependencies

$ glide install

Start app

$ go run todo.go

Open app

Open localhost:8080 in your browser.

Manual setup without using Glide

  • go get github.com/skadimoolam/go-vue-todos
  • go get -u github.com/labstack/echo -- This installs ECHO
  • go get -u github.com/mattn/go-sqlite3 -- This installs the sqlite package
  • cd $GOPATH/src/github.com/skadimoolam/go-vue-todos
  • go run todo.go -- assuming you have Go already installed and configured
  • Open localhost:8080 in your browser

License

FOSSA Status