Skip to content

This is a simple web todo list for presentations and demos. It's written in Golang + Javascript.

License

Notifications You must be signed in to change notification settings

dhoeld/todo-app-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example web todo list

This is a simple web todo list for presentations and demos. It's written in Golang + Javascript.

Building the image

Compile the code

go get github.com/codegangsta/negroni
go get github.com/gorilla/mux
go get github.com/xyproto/simpleredis

On OSX

CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o bin/todo-app .

Build the Container

docker build -t johscheuer/todo-app-web .
# Tag the image if you want
docker tag -f johscheuer/todo-app-web johscheuer/todo-app-web:v1
docker push johscheuer/todo-app-web

About

This is a simple web todo list for presentations and demos. It's written in Golang + Javascript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 44.8%
  • HTML 31.2%
  • JavaScript 24.0%