Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 255 Bytes

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