MindMerge is a web-based platform designed to foster collaboration and idea-sharing among peers. Users can join existing rooms or create their own to facilitate productive discussions and knowledge exchange.
Room Creation: Create custom rooms for focused discussions.
Room Joining: Join public or private rooms to connect with others.
Interactive UI: Modern and user-friendly interface for seamless navigation.
Responsive Design: Accessible on various devices, from desktops to smartphones.
Secure Communication: Ensures privacy and secure data exchange.
Frontend: HTML, CSS, JavaScript
Backend: Django (Python)
Database: SQLite (can be configured for PostgreSQL/MySQL)
Libraries: Font Awesome, Google Fonts
Python 3.8 or higher
Virtual Environment (optional)
git clone https://github.com/tutujnr/MindMerge-ideas-hub.git
cd mindmerge
python3 -m venv env
source env/bin/activate
env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Open your browser and navigate to http://127.0.0.1:8000/.
Create a new branch for your feature or bug fix:
git checkout -b feature-name
git commit -m "Description of changes"
git push origin feature-name
Create a pull request with details about your changes.