- Get Node and npm
- Clone this repo
npm install
DB: Postgres through node-postgres
DB Migration: Knex
ORM/Query Generator: Knex
DB Mock for Tests: TBD
Creation: npm run db-migrate:create $NAME
Up: npm run db-migrate:up
Down: npm run db-migrate:down
Migrations are in the /migrations
folder