Make sure you have npm and postgres.
- Start postgres instance
- note:
DATABASE_URLin.envis of the formpostgres://USER:PASSWORD@HOSTNAME:PORT/DATABASE
- note:
- import the schema in this order
drop.sqlif necessary,create.sql,triggers.sqland,mocks.sqlif desired
npm installnpm start