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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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