This project requires you to build a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.
- Server side: app.js
- Client side:
- checkUrl.js
- formHandler.js
For test run npm run test
For dev env run npm run build-dev
- Run
npm install
to install dependencies. - Create a new
.env
file in the root of your project. - Fill the .env file with your API keys like this: you can get API ID and key form Aylien
API_ID=**************************
API_KEY=**************************
- Run
npm run build-dev
to create dist folder. - Start the server with
npm run start
. - Go to http://localhost:8081.