App that lets user run natural language processing on articles
Note API_KEY is hidden in .env
- get your own at https://www.meaningcloud.com/
- change server/index.js:line 35
// server/index.js : line 35
apikey = INSERT_YOUR_API_KEY_HERE
- Open terminal in NLP_website folder
- run following command:
-
npm run firststart
-
- Done! (Production sever up and running on on http://localhost:5000)
if you want to restart :
-
for production (runs on http://localhost:5000) :
-
npm run start
-
-
for development (runs on http://localhost:8080) :
-
npm run dev
-