export MONGO_URI and JWT_SECRET from keys/db.js in backend before starting the server.
Steps to run on Locally:
git clone https://github.com/nishihere19/text-editor.git
cd text-editor/backend
npm install
npm start
Open a new terminal for frontend
cd text-editor/client
npm install
npm start





