node-go/packages/server/server
2020-02-05 16:45:08 -08:00
..
bin stub middleware (including socket), controllers architecture 2020-02-05 16:45:01 -08:00
controllers serve all public rooms at rooms index 2020-02-05 16:45:08 -08:00
data serve all public rooms at rooms index 2020-02-05 16:45:08 -08:00
middleware refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-02-05 16:45:06 -08:00
public serve basic page at api endpoint to redirect user 2020-02-05 16:45:08 -08:00
routes stub rooms index route and controller 2020-02-05 16:45:08 -08:00
services refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-02-05 16:45:06 -08:00
test serve all public rooms at rooms index 2020-02-05 16:45:08 -08:00
knexfile.js add room migration and simple seeds 2020-02-05 16:45:08 -08:00
package-lock.json add validation and sanitization for auth/. posts 2020-02-05 16:45:04 -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 refactor auth and api/index to ensure token verified and sent to dispatch ADD_USER 2020-02-05 16:45:06 -08:00