ewdave / express.waterline.starter

A simple Express + Waterline (PostgreSQL, MongoDB) Starter pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express-Waterline-Starter

A simple Express + Waterline (Postgresql, MongoDB) Starter pack

By Wale Eseyin

Installation

  1. Have Node 6+ installed
  2. Have PostgresSQL or MongoDB installed
  3. Install Node Modules npm install
  4. git clone git@github.com:ewdave/express.waterline.starter.git
  5. Ensure config.js matches your database configuration seetings (passed via env variables)

Usage

  • npm start runs the server
  • npm run dev runs the server in development mode using gulp

About

A simple Express + Waterline (PostgreSQL, MongoDB) Starter pack

License:MIT License


Languages

Language:JavaScript 100.0%