The backend source for vandemataramlibrary.org.
- Node 4.x.
- MongoDB 3.x.
npm installnpm install -g typingstypings install- Enter appropriate config in
.env(see.env.examplefor required values). - Seed the database.
In development mode (with watching enabled):
npm startIn production mode
NODE_ENV=production npm startIn production mode the server runs as a daemon.