Texts: Help!!
TASK-1:
Do not use PYTHON/FLASK.
Please use JavaScript/NODE.js and do the following tasks.
- Create a chatbot that will be integrated into a website (localhost).
- The chatbot should appear as a pop-up icon.
- The chatbot should be able to greet the user.
- The chatbot should be able to search files in a NoSQL database. Use NODE.js, NEDB, and EXPRESS.js. The database should have 5 dummy downloadable PDF files.
- The chatbot should be able to present the user with the requested file. If the file does not exist, send an error saying "File not found".
TASK-2:
- Create a website that has the above-mentioned chatbot.
- Create a localhost server with EXPRESS.js.
- The server should have a NoSQL Database.
- There should be a proper path to the server and the files.
- The chatbot should be a pop-up icon.
Task-3:
- Give the folder structure for how the HTML and JavaScript files should be placed in a folder.
GOAL OF THIS TASK:
- The chatbot is supposed to make it easier for users to search for the files they need from the website.
*******Please give a full proper answer. This is my 6th time asking this question. Take your time, there is no rush!*******
Thank you.