Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (18 loc) · 1.31 KB

text-editor

image

image

image

image

image

image

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