A Pomodoro Server
Find a file
2024-10-19 16:49:09 +02:00
go.mod Genesis 2024-10-19 16:49:09 +02:00
go.sum Genesis 2024-10-19 16:49:09 +02:00
GoTomato.go Genesis 2024-10-19 16:49:09 +02:00
index.html Genesis 2024-10-19 16:49:09 +02:00
README.md Genesis 2024-10-19 16:49:09 +02:00

GoTomato

A pomodoro server written in Go

Testing

docker run --rm -d --name pomodoro-client -v $PWD:/usr/share/nginx/html/ -p 8081:80 nginx
go run .

open http://localhost:8081