Installation guide install node.js version 16.17.1 clone project go to 'server' directory, run 'npm install' go to 'client' directory, run 'npm install' Run server with client go to 'server' directory, run 'node index.js' open another terminal, go to 'client' directory, run 'npm start'