A Pomodoro Server
Find a file
Sebastian Mark fa4eebbe76 feat: update module path to new repository location
- change module path from GoTomato to git.smsvc.net/pomodoro/GoTomato

🤖
2024-10-19 16:49:09 +02:00
go.mod feat: update module path to new repository location 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 feat: update module path to new repository location 2024-10-19 16:49:09 +02:00

GoTomato

A pomodoro server written in Go

Installation

go install git.smsvc.net/pomodoro/GoTomato@latest

Testing

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

open http://localhost:8081