How to Run Locally

  • Install postgres
  • Install node
  • Run postgres on user "postgres"
  • Create database with following command: CREATE DATABASE sbhvi_mailing_dev;
  • Run npm install to install all the dependencies
  • Run npm run start