-
clone the repository with git clone
-
go to the
cazgi-IBM-Watson-NLU-Project/sentimentAnalyzeClient
directory- run
npm install
- run
npm run-script build
- run
-
go to the
cazgi-IBM-Watson-NLU-Project/sentimentAnalyzeServer
directory-
run
npm install
-
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>
-
npm start
starts it!
-