Genesis
This commit is contained in:
commit
2cf5d77e2a
5 changed files with 159 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue