• Stars
    star
    151
  • Rank 245,256 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created about 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Todos using GoLang and Vue

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