Plog!

To install:

npm install

Then create an .env file in the root directory and add there the environment variables requested in app.js.

You'll need a postgres server to attach to.

To run database sync and tests:

npm test

To run app (you must run sync before):

npm start