open the backend file and run command "npm install" and then samething in Frontend Directory "npm install"
open backend directory and start the server by command "node index.js"
open frontend directory in separate terminal and run command "npm start"