Skip to content

Sera-phic/hackathonhub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MarvelSphere

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.

Features

  • 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.

Getting Started

Installation

To run this project locally, follow these steps:

  1. Clone this repository.

  2. 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 
    
    
    

Contributing to HackathonHub

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! 🚀

License

This project is licensed under the MIT License.

ScreenShots

login

login

HomeScreen

Marvel_sphere_homeScreen

CodeEditor

code

Assigment Submission

assigment

Calendar

calender

RealTime Code-Editor

Screen.Recording.2024-01-25.at.2.52.54.PM.mov

Contact

For questions or feedback, contact Shashank via Email.

hackathonhub

About

the solution we built at IIIT-D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.6%
  • Python 31.4%