Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
/ gotodo Public archive

Super simple ToDo built in Go lang

Notifications You must be signed in to change notification settings

rdenadai/gotodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super simple ToDo built in Go lang

This repo is just for the simplest study case of the Go lang ...

Run

Just use docker it`s easy!

$> docker build -t gotodo .
$> docker run -d -p 80:8080 --name gotodo gotodo

Or, the simplest way ...

$> docker-compose -f stack.yml up

After that ... just head to your browser (http://localhost) ... and enjoy a simple and dummy ToDo.

Cheers! ;)

About

Super simple ToDo built in Go lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published