/go-vue-todos

Simple Todos using GoLang and Vue

Primary LanguageGoMIT LicenseMIT

Simple Todos using GoLang and Vue

Installation

  • git clone https://github.com/skadimoolam/go-vue-todos
  • cd 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
  • go run todo.go -- assuming you have Go already installed and configured
  • Open localhost:8080 in your browser