MarvelSphere is an open-source platform developed with Django in InnovateNSUT 2024's Hackathon. It streamlines teaching processes, offering user authentication, class management, and real-time coding collaboration. The scalable architecture ensures secure authentication and effective communication.
- User Authentication: Allow users to register, log in, and manage their profiles.
- Class Management: Create, join, and manage hackathons. Manage teams, submissions, and judging.
- Real-time Collaboration: Enable real-time code editing, team chat, and version control for codebases.
- Secure Authentication: Utilizes Django's built-in authentication or third-party authentication libraries.
- Scalable Architecture: Implements a robust architecture for handling real-time communication and collaboration.
To run this project locally, follow these steps:
-
Clone this repository.
-
Set up a virtual environment and install dependencies:
cd HackathonHub virtualenv venv source venv/bin/activate (or venv\Scripts\activate on Windows) pip install -r requirements.txt python manage.py migrate python manage.py makemigrations python manage.py runserver
If you are interested in contributing to HackathonHub, please read the Contribution Guidelines before getting started.
We welcome all contributions and appreciate your interest in making HackathonHub better!
Happy Contributing! 🚀
This project is licensed under the MIT License.



