pretty readme

This commit is contained in:
stryan 2022-03-03 13:30:52 -05:00
parent a50e4162b3
commit a13eaa5575

View File

@ -2,5 +2,13 @@
freego implementation as a simple REST API. freego implementation as a simple REST API.
Currently stores no state and has no user authentication, so using it should just be Currently stores no state and has no user authentication, so using it should just be
```
go build go build
./freego_api ./freego_api
```
# Implemented routes
```
POST /game
GET /game/{id}
GET /game/{id}/status
```