Skip to content

arielerv/cap-be

Repository files navigation

CAP Back-end

setting environment

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

Configuration

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published