.env
file including DATABASE_URL
, PORT
, SESSION_SECRET
, ADMIN_SECRET
.psql mydatabase < node_modules/connect-pg-simple/table.sql
, changing mydatabase
to the name of your database.node db/populatedb.js
.nodemon app.js
.passport.js
.bcrypt.js
.