bin
|
stub room socket connection (client + server)
|
2020-01-21 14:33:40 -08:00 |
data
|
add seed moves
|
2020-01-29 23:44:06 -08:00 |
public
|
serve basic page at api endpoint to redirect user
|
2020-01-18 13:24:00 -08:00 |
routes
|
stub games/:id endpoint to join game socket room
|
2020-01-24 00:07:40 -08:00 |
services
|
stub render board state from make_move
|
2020-01-31 22:22:43 -08:00 |
test
|
stub render board state from make_move
|
2020-01-31 22:22:43 -08:00 |
knexfile.js
|
add room migration and simple seeds
|
2020-01-18 14:15:44 -08:00 |
package.json
|
patch no-query bug in rooms/ endpoint
|
2020-01-23 16:04:40 -08:00 |
Procfile
|
debug produciton db connection
|
2020-01-09 16:29:20 -08:00 |
server.js
|
patch frontend api endpoint in config
|
2020-01-18 01:33:24 -08:00 |
socket.js
|
stub render board state from make_move
|
2020-01-31 22:22:43 -08:00 |