factorialLabs / beam-server

Beam cool sites to your friends' web browser!
0 stars 2 forks source link

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