Go to file
2019-07-03 11:26:39 -04:00
api send updates via websocket 2019-07-03 11:26:39 -04:00
db first commit 2019-06-23 11:58:15 -04:00
.eslintrc first commit 2019-06-23 11:58:15 -04:00
.gitignore first commit 2019-06-23 11:58:15 -04:00
.prettierrc first commit 2019-06-23 11:58:15 -04:00
ascii.js first commit 2019-06-23 11:58:15 -04:00
index.js first commit 2019-06-23 11:58:15 -04:00
package-lock.json send updates via websocket 2019-07-03 11:26:39 -04:00
package.json send updates via websocket 2019-07-03 11:26:39 -04:00
README.md document database setup 2019-06-23 12:00:05 -04:00
websocket.js send updates via websocket 2019-07-03 11:26:39 -04:00

you need postgres!

  • localhost needs to be trusted
local   all             all                                     trust
host    all             all             127.0.0.1/32            trust
host    all             all             ::1/128                 trust
  • create a user sudo -u postgres createuser --interactive
  • database: tasks-mockup createdb tasks-backend
  • seed database npm run seed