To run this project locally git clone https://github.com/sahitya-chandra/Practice-Project-2.git cd Practice-Project-2/ npm install or yarn install For Backend cd api node app.js For Frontend cd client npm run dev or yarn dev