text-editor Development 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