An open source data management tracking system originally built for NYC outward bound to allow them to track their leavers.
- Make sure mongodb server is installed and running
- cd into the project directory
- Run
npm i
to install dependencies - Run -
cp sample.env .env
and fill env values in .env file (MONGODB_URI value for development could be - "mongodb://localhost:27017/") - Start server - "npm run watch"
Run npm run import YOUR_TAR_FILE_NAME
- Use node < 7, for node-inspector to work properly (See:- node-inspector/v8-debug#33)