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