- install postgresql via: https://www.postgresql.org/download/
- run postgres server: see postgres docs
- create new database
- replace db name in dbConfig
- comment out db lines in models/index.js
- run
node models/index.js
- verify output in terminal is:
Executing (default): SELECT 1+1 AS result Executing (default): SELECT 1+1 AS result Connection has been established successfully.
- cont. later