Skip to content

factorialLabs/beam-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Beam cool sites to your friends' web browser!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published