npm install
node bin\www
- Configure your
.env
file:DATABASE URL=postgres://username:password@host address:port/database name
. - Log into your postgres account.
- Copy the SQL code from
create_tables.sql
and run it. - Copy the SQL code from
create_functions.sql
and run it. - Copy the SQL code from
populate_db.sql
and run it. - Copy the SQL code from
create_triggers.sql
and run it.