E-Bookstore
This is a simple e-bookstore with a chatbot that provides multiple services.
Ordering a book through the chatbot.
This project uses the following technologies:
- Vue.js (bookstore frontend)
- Node.js (backend)
- Connection (lighter version of Express for backend-frontend-communication and API endpoint publishing)
- swagger-ui (API docs)
- MongoDB (Database => Persistent storage)
- docker-compose (containerizing services)
- Rasa (chatbot framework)
- Rasa NLU (NLU engine fine-tuned for e-bookstore)
- SpaCy (Language model fine-tuned for e-bookstore)
- Prodigy (Data annotation tool)
Important plugins
- Chatbot widget https://www.npmjs.com/package/rasa-webchat
Project structure
git clone https://github.com/amrohendawi/Bookstore-chatbot.git
docker-compose up
The bookstore frontend at http://localhost:8080
The API docs at http://localhost:8000/docs
NginX proxy-forwards traffic from port 8001 to 8000