Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 573 Bytes

coding-project-template

How to install (in Skills Network Labs)

  1. clone the repository with git clone

  2. go to the cazgi-IBM-Watson-NLU-Project/sentimentAnalyzeClient directory

    1. run npm install
    2. run npm run-script build
  3. go to the cazgi-IBM-Watson-NLU-Project/sentimentAnalyzeServer directory

    1. run npm install

    2. create your .env file and put your IBM Watson Natural-Language-Understanding service credentials there as:

      API_KEY=<your api key>
      API_URL=<your url>
    3. npm start starts it!