To run tests
npm run tests
Tests will use the DB config test values under server/config. If a non default port is used for postgresql this can be changed under scripts/db/migrate.js.
To run application
npm run start
To run application
npm run start
By default the client will run on port 3000 and the API on port 4000.