Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T16:57:17.000Z (over 3 years ago)
- Last Synced: 2023-04-25T04:06:09.536Z (over 1 year 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
![image](https://raw.githubusercontent.com/nishihere19/text-editor/main/Screenshots/Screenshot%20from%202021-04-18%2015-03-53.png?token=APCSNF272LL5NME5PQTEWXDAQU5IS)
![image](https://raw.githubusercontent.com/nishihere19/text-editor/main/Screenshots/Screenshot%20from%202021-04-18%2015-04-12.png?token=APCSNF3O7WTLPEUQPVI2PLDAQU5LW)
![image](https://raw.githubusercontent.com/nishihere19/text-editor/main/Screenshots/Screenshot%20from%202021-04-18%2015-04-32.png?token=APCSNF7SHHNLHRRRGWJKJO3AQU5NA)
![image](https://raw.githubusercontent.com/nishihere19/text-editor/main/Screenshots/Screenshot%20from%202021-04-18%2015-04-38.png?token=APCSNF75R7GCS2O2AFDHODTAQU5OQ)
![image](https://raw.githubusercontent.com/nishihere19/text-editor/main/Screenshots/Screenshot%20from%202021-04-18%2015-04-46.png?token=APCSNF6UCNEL55ATR4UHPFDAQU5PW)
![image](https://raw.githubusercontent.com/nishihere19/text-editor/main/Screenshots/Screenshot%20from%202021-04-18%2015-05-09.png?token=APCSNF6HWKWI2KTVTXOIAWDAQU5QY)
# 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