Environment tools required to use this project:
npm install -g gulp
After clone this project you should install the npm packages and bower packages.
npm install
Add the following environment variables:
NODE_ENV=development
PORT=2242
DOMAIN=http://localhost:2240
AUTH_CLIENT_ID=<your app client_id>
AUTH_CLIENT_SECRET=<your app secret>
GRANT_TYPE=client_credentials
MONGODB_URI=<your mongodb URI>
WINSTON_MONGODB_SILENT=true
WINSTON_MONGODB_LEVEL=error
EMAIL_HOST=<your email>
EMAIL_USER=<your user>
EMAIL_PASSWORD=<your password>