Node >= 8.4
export PORT=8080
export DEBUG=semantic-service*
export GIT_REPO_WATCH_BRANCH=master
export MQTT_URL=tcp://localhost:1883
export MQTT_CHANNEL=github:webhook:test
- Clone or download this repository
git clone [email protected]:tripseecom/booking-flight-service.git
- Enter your local directory, and install dependencies:
npm i
# run server in development mode
npm run dev
# build documentation
npm run doc
# run linter
npm run lint
# run tests
npm test