Skip to content

A backend for TodoMVC implemented with Go (stdlib only)

License

Notifications You must be signed in to change notification settings

manifoldco/todo-backend-golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-backend-golang

A backend for TodoMVC implemented with Go using no external dependencies

Docker

build the docker container with:

docker build . -t todo-backend

run the docker container with:

docker run -p 8080:80 todo-backend:latest

About

A backend for TodoMVC implemented with Go (stdlib only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.3%
  • Dockerfile 1.7%