modules to intall for server-
express mongoose cors bcrypt socket.io
to install modules run commonds cd backend npm i express mongoose cors bcrypt socket.io
then start server
after that navigate to frontend using cd frontend then run following commond npm install