Skip to content

thewhitetulip/go-vue-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Events Bulletin Board

This is the Go backend code for the Vue.js tutorial on Scotch.io. In the tutorial we build a events bulletin board application and cover the basics of Vue.

Please read the server.go file for elaborate comments.

If you are new to Go, read my book or read the working code of the project which is taught in the book here.

Building the app

  1. install Go
  2. go get github.com/thewhitetulip/go-vue-events
  3. go run server.go
  4. Open localhost:8080 in your browser

Build in Docker

  1. Install Docker 2.``` docker build --tag go-vue-events:1.0 .
3.```
docker run --publish 8000:8080 --detach --name gve go-vue-events:1.0

Remove docker image

docker rm --force gve

Releases

No releases published

Packages

No packages published

Languages