The backend source for vandemataramlibrary.org.
- Node 4.x.
- MongoDB 3.x.
npm install
npm install -g typings
typings install
- Enter appropriate config in
.env
(see.env.example
for required values). - Seed the database.
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.