Go to file
fry 0339acaaba Add initial api and docker files (#1)
Add the basic setup files for a nextjs interface. Need to set up the board and all that. Should be able to get going with `docker-compose up ui` then you'll see a webpage that's just an input on localhost:3000

Co-authored-by: David Frymoyer <david.frymoyer@gmail.com>
Reviewed-on: #1
Co-authored-by: fry <david.frymoyer@gmail.com>
Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-05 09:57:20 -05:00
ui Add initial api and docker files (#1) 2022-03-05 09:57:20 -05:00
README.md pretty readme 2022-03-03 13:30:52 -05:00
api.go inital skeleton 2022-03-03 13:28:00 -05:00
api_types.go inital skeleton 2022-03-03 13:28:00 -05:00
docker-compose.yml Add initial api and docker files (#1) 2022-03-05 09:57:20 -05:00
go.mod inital skeleton 2022-03-03 13:28:00 -05:00
go.sum inital skeleton 2022-03-03 13:28:00 -05:00
main.go inital skeleton 2022-03-03 13:28:00 -05:00
session.go inital skeleton 2022-03-03 13:28:00 -05:00
util.go inital skeleton 2022-03-03 13:28:00 -05:00

README.md

freego_api

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