Create the `conf.yml' file at the root with this example of pattern :
app:
track: "twitter"
production: false
authorizedLanguages:
- "fr"
- "en"
neo4j:
uri: "bolt://127.0.0.1:7687"
user: "neo4j"
password: "neo4j"
twitterApi:
consumer_key: 'consumer_key'
consumer_secret: 'consumer_secret'
access_token_key: 'access_token_key'
access_token_secret: 'access_token_secret'
Use the commands :
npm install
npm start