# rasa_chatbot_with_docker_compose **Repository Path**: cpc/rasa_chatbot_with_docker_compose ## Basic Information - **Project Name**: rasa_chatbot_with_docker_compose - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # food_bot_with_docker_compose (1) Clone the project into your local directory.
(2) Prerequisites:
docker and docker compose
(3) Go to project root directory and run the command :
``` docker-compose up -d ```
(4) Open the new terminal tab and run the command to start the conversation:
``` curl -XPOST http://localhost:5005/webhooks/rest/webhook -H "Content-type: application/json" -d '{"sender": "test", "message": "hello"}' ```