To download the project, you can alternatively visit my GitHub repository at https://github.com/arthurratz/nlpsamurai-0.0.10.
Also, you may try out the web-application by visiting http://ec2-13-59-151-81.us-east-2.compute.amazonaws.com/.
How To Install And Use This Project
NLP-Samurai@0.0.10 requires Node.js v4+ to run.
Prerequisites
To install and use NLP-Samurai@0.0.10 Node.js demo, you must install the following software:
After you've successfully installed these products and properly setup MySQL server, you can proceed with the next installation and configuration steps.
Step 1: Create Database And Import Data
- Open MySQL Workbench 8.0 CE and locate Data Import/Restore option under Administration tab by clicking it in the sidebar leftside your MySQL Workbench window:
- In the Administration - Data Import/Restore tab of the MySQL Workbench window, select Import from Disk tab below and toggle select file [...] button:
- Select a folder containing nlp-samurai_db.sql file. In this case, this file is located in the main projects folder, for example: (/nlp_samurai/nlp_samurai/). After you've selected a proper directory containing this sql-file, nlp-samurai_db database schema icon will appear under the Select Database Objects To Import list view:
- Finally, locate and click Start Import button in the bottom-right corner of the Import from Disk tab, to launch the database creation and data import process.
Step 2: Installing Node.js Modules Dependencies
The NLP-Samurai@0.0.10 project relies on using the number of Node.js modules, from npmjs.org repository, created by the other side-developers. To install these modules, you must use the following command in the Node.js command prompt:
<path-on-your-drive>\nlp_samurai\nlp_samurai\>npm install --save
By executing the following command, all required Node.js modules, specified in package.json file will be installed to the \nlp_samurai\nlp_samurai\node_modules folder.
Step 3: Running NLP-Samurai@0.0.10 Express Server:
Finally, all you have to do next is to launch NLP-Samurai@0.0.10 server web-application. To do this, you must type in the following in your Node.js command prompt:
<path-on-your-drive>\nlp_samurai\nlp_samurai\>npm update & npm start
Step 4: Using NLP-Samurai@0.0.10 Application Installed
To do use NLP-Samurai@0.0.10 web application, all you have to do is to open your local web-browser and type in the following address in the address bar at the top:
http://localhost:3000/
That's all folks, enjoy using the application!
Author
Author: Arthur V. Ratz @ CodeProject (CPOL License)