Skip to content

Latest commit

 

History

History
executable file
·
30 lines (17 loc) · 616 Bytes

README.md

File metadata and controls

executable file
·
30 lines (17 loc) · 616 Bytes

beam-server

Build Status

Setup

  1. Get Node and npm
  2. Clone this repo
  3. npm install

DB

DB: Postgres through node-postgres

DB Migration: Knex

ORM/Query Generator: Knex

DB Mock for Tests: TBD

Running migrations

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