pretty readme

This commit is contained in:
stryan 2022-03-03 13:30:52 -05:00
parent a50e4162b3
commit a13eaa5575
1 changed files with 8 additions and 0 deletions

View File

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