Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekyharsh05/editmate
This is a text editor which is built using react, node.js, socket.io & quill.
https://github.com/geekyharsh05/editmate
bun express mongodb node react webdevelopment
Last synced: 5 days ago
JSON representation
This is a text editor which is built using react, node.js, socket.io & quill.
- Host: GitHub
- URL: https://github.com/geekyharsh05/editmate
- Owner: geekyharsh05
- License: mit
- Created: 2023-10-05T18:14:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T19:48:15.000Z (about 1 year ago)
- Last Synced: 2024-11-09T02:38:23.996Z (about 2 months ago)
- Topics: bun, express, mongodb, node, react, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EditMate: Text Editor
This project is built using the MERN stack (MongoDB, Express, React, Node.js). It also uses Quill as the text editor and Socket.io.
This project uses Bun as the package manager.## Installation
To install the project, follow these steps:
1. Clone the repository
2. Install dependencies by running `bun install` in both the `backend` directory and the `frontend` directory
3. Start the server by running `bun dev` in the `backend` directory
4. Start the client by running `bun run dev` in the `frontend` directory## Contributing
If you would like to contribute to the project, please follow these steps:
1. Fork the repository
2. Create a new branch for your feature or bug fix
3. Make your changes and commit them
4. Push your changes to your fork
5. Submit a pull request to the main repository## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.