Simple, instant and online collaboration.
Metaverso Notepad is a web application developed to provide a platform for real-time collaborative note-taking. Utilizing technologies such as Flask, SQLAlchemy, and Socket.IO, this project allows users to create and share text documents in an efficient and interactive manner.
"This project was inspired by dontpad.com."
- Creation and storage of text documents.
- Real-time collaborative editing.
- Simple and intuitive interface.
- Flask
- Flask-SocketIO
- Flask-SQLAlchemy
- SQLite
Before you begin, make sure you have Python installed on your machine. Additionally, you will need a package manager like pip to install the project dependencies.
- Clone the repository to your local machine using
git clone
. - Navigate to the project folder.
- Install the necessary dependencies by running
pip install -r requirements.txt
. - Start the server locally by running
python app.py
.
After starting the server, access http://localhost:5000
in your browser to start using Metaverso Notepad. Create new documents and share them with other users for real-time collaboration.
Contributions are welcome! If you wish to contribute, please:
- Fork the repository.
- Create a new branch for your changes (
git checkout -b feature/new-feature
). - Make your changes and commit (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/new-feature
). - Open a Pull Request.
This project is under the MIT License. See the LICENSE file for more details.