go-vue-todos

command module
v0.0.0-...-8e0749c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2017 License: MIT Imports: 4 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL