Clone the project
https://github.com/vr1Ravi/Todo-ListGo to the client directory
cd clientInstall dependencies
npm installStart the client
npm run devGo to the server directory
cd serverCREATE .env file and add your MONGO_URL.
Install dependencies
npm installStart the server
npm run dev