A Pomodoro Server
Find a file
Sebastian Mark b7a79acdb0 feat: (re)add GoTomato.go
- refactor server package
  - update package name
  - rename `StartServer()` to `Start()`
- (re)add `GoTomato.go` to call `server.Start()`
- update README
2024-10-19 16:49:09 +02:00
cmd/server feat: (re)add GoTomato.go 2024-10-19 16:49:09 +02:00
internal feat(server): restructure Pomodoro server into modular components 2024-10-19 16:49:09 +02:00
pkg/models feat(server): restructure Pomodoro server into modular components 2024-10-19 16:49:09 +02:00
go.mod feat(server): restructure Pomodoro server into modular components 2024-10-19 16:49:09 +02:00
go.sum Genesis 2024-10-19 16:49:09 +02:00
GoTomato.go feat: (re)add GoTomato.go 2024-10-19 16:49:09 +02:00
index.html feat: implement client start/stop commands 2024-10-19 16:49:09 +02:00
README.md feat: (re)add GoTomato.go 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