Skip to content

vandemataramlib/vml

Repository files navigation

The backend source for vandemataramlibrary.org.

Requirements

  1. Node 4.x.
  2. MongoDB 3.x.

Installation

  1. npm install
  2. npm install -g typings
  3. typings install
  4. Enter appropriate config in .env (see .env.example for required values).
  5. Seed the database.

Starting the server

In development mode (with watching enabled):

npm start

In production mode

NODE_ENV=production npm start

In production mode the server runs as a daemon.