Skip to content

Commit fa28dd9

Browse files
author
Milan Pavlik
committed
Add readme for the go server
1 parent a68da67 commit fa28dd9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Example Hacker News Server
2+
The server is responsible for communication with the [Hacker News API](https://github.com/HackerNews/API)
3+
4+
### Running
5+
```bash
6+
go run main.go
7+
```

0 commit comments

Comments
 (0)