fry 74ee26c8d6 Add nginx so we can make requests to our from the FE without CORS issues (#3)
Co-authored-by: David Frymoyer <david.frymoyer@gmail.com>
Reviewed-on: #3
Co-authored-by: fry <david.frymoyer@gmail.com>
Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-10 19:26:50 -05:00
2022-03-05 09:57:20 -05:00
2022-03-08 16:11:15 -05:00
2022-03-08 16:11:15 -05:00
2022-03-07 21:43:36 -05:00
2022-03-07 16:14:30 -05:00
2022-03-07 16:14:30 -05:00
2022-03-07 15:04:13 -05:00
2022-03-08 16:12:41 -05:00
2022-03-07 16:14:30 -05:00
2022-03-07 16:14:30 -05:00

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
  POST /game/{id}/move
  GET /game/{id}/move/{movenum}

Authorization headers

Requests should contain header "Player-id"="red|blue"

Description
No description provided
Readme 140 KiB
Languages
Go 63.9%
TypeScript 23%
CSS 10%
Dockerfile 2.6%
JavaScript 0.5%