https://github.com/nishihere19/text-editor
A text editor which allows users to collaborate and work together with friends by sharing it with others.
https://github.com/nishihere19/text-editor
express material-ui mongodb nodejs react socket-io
Last synced: 3 months ago
JSON representation
A text editor which allows users to collaborate and work together with friends by sharing it with others.
- Host: GitHub
- URL: https://github.com/nishihere19/text-editor
- Owner: nishihere19
- Created: 2021-04-17T08:05:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T16:57:17.000Z (about 4 years ago)
- Last Synced: 2025-01-24T06:11:42.725Z (5 months ago)
- Topics: express, material-ui, mongodb, nodejs, react, socket-io
- Language: JavaScript
- Homepage:
- Size: 4.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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