This commit is contained in:
Sebastian Mark 2024-10-19 00:39:29 +02:00
commit 2cf5d77e2a
5 changed files with 159 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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