From 6f40aedb6337a3684b1aae0e2ad916cbc1942978 Mon Sep 17 00:00:00 2001 From: Avanish Singh <79073722+aaviix@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:39:34 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3394763..5b4ab61 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# Recipe_chatbot \ No newline at end of file +# Recipe_chatbot + +## Run Frontend +'cd frontend-react' +'npm start' + +## Run Backend +'cd backend-socket.io' +'node server.js' -- GitLab