Skip to content

minpeter/todolist_v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todolist_v3

Description

image

golang simple todolist Written in just under 200 lines of code

Usage

$ go mod download
$ go run main.go

Usage with Docker

$ docker build -t todolist_v3 .
$ docker run --rm -p 3000:3000 --name todolist_v3 todolist_v3