Skip to content

skadimoolam/go-vue-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Todos using GoLang and Vue

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published