bin
|
stub room socket connection (client + server)
|
2020-02-05 16:45:09 -08:00 |
data
|
serve room with message data from api/v1/rooms/:id
|
2020-02-05 16:45:09 -08:00 |
public
|
serve basic page at api endpoint to redirect user
|
2020-02-05 16:45:08 -08:00 |
services
|
patch https cookies in production
|
2020-02-05 16:45:09 -08:00 |
test
|
serve room with message data from api/v1/rooms/:id
|
2020-02-05 16:45:09 -08:00 |
knexfile.js
|
add room migration and simple seeds
|
2020-02-05 16:45:08 -08:00 |
package.json
|
add room migration and simple seeds
|
2020-02-05 16:45:08 -08:00 |
Procfile
|
debug produciton db connection
|
2020-02-05 16:45:03 -08:00 |
server.js
|
patch frontend api endpoint in config
|
2020-02-05 16:45:07 -08:00 |
socket.js
|
stub room socket connection (client + server)
|
2020-02-05 16:45:09 -08:00 |