From 9ffd6b0e373624d5ef8fc4a4b71f5640d201ff41 Mon Sep 17 00:00:00 2001 From: Avanish Singh <79073722+aaviix@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:45:40 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0d8508..a4a9c83 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ Project Structure 1. Backend: 1. In the root directory, run the following command to start the backend server: - 'node recipe.js' - 2. The server will start running on port 3000. You should see a message indicating that the server is listening. + ''' cd backend-socket.io + node recipe.js''' + 1. The server will start running on port 3000. You should see a message indicating that the server is listening. -2. Frontend: +3. Frontend: 1. Navigate to the frontend directory (or the directory containing your React app). 2. Run the following command to start the React development server: 'npm start' @@ -45,4 +46,4 @@ Project Structure ## Usage 1. Open your web browser and go to http://localhost:3000 to interact with the Recipe Chatbot. -2. Type messages in the chat to inquire about recipes. The chatbot will respond with recipe information based on the user's queries. \ No newline at end of file +2. Type messages in the chat to inquire about recipes. The chatbot will respond with recipe information based on the user's queries. -- GitLab