The application depends on MongoDB running on localhost.
To install the dependencies, run npm install
. To run the application, run
npm start
.
Copy config.sample.js
to config.js
and fill in configuration options there.
- Symlink
config.js -> config.sample.js
during development so you don't have to keep making changes in both files. You can do this by runningln -s config.sample.js config.js
.