Skip to content

devlup-labs/HackSprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

HackSprint Logo

πŸš€ HackSprint

Hack The Limits β€” A Centralized Hackathon & Skill-Building Platform


πŸ“Œ Overview

HackSprint is a centralized ecosystem created to nurture innovation, collaborative work, and hands-on development across IIT Jodhpur. It enables hackathons, daily developer & aptitude challenges, Git-based submissions, and a transparent leaderboard system β€” all designed to build real-world developer habits.

The platform has two main user roles:

  1. Students – can participate in hackathons, daily quizzes, and track their leaderboard points.
  2. Admins – can create hackathon events (subject to approval by hackSprint admin), assign points, review submissions, and declare results.

🧠 Core Idea

Enabling students to shift from passive learning to active development, while allowing administrators to manage events effectively.

HackSprint provides:

  • πŸš€ Real project-building experience
  • 🧠 Daily dev & aptitude challenges
  • πŸ† Hackathons with submission tracking
  • πŸ“Š Transparent leaderboard system
  • 🌐 Peer-reviewed submissions
  • πŸ’» Admin controls: approval, points assignment, result declaration

🎯 Why HackSprint?

  • πŸŽ“ Tailored for IITJ culture
  • πŸ”„ Builds consistency in coding and event participation
  • 🌍 Transparent & community-driven
  • πŸ›  Real-world industry-style development style
  • πŸ“ˆ Helps build portfolio + placement-ready skillset
  • πŸ–₯ Admin-friendly: manage events, review submissions, assign points

πŸ’‘ Key Features

πŸ›  Hackathons

  • Students can participate in hackathons
  • Submission via GitHub + Deployment URL
  • Admins can create hackathons (requires platform admin approval to go live)
  • Admins can see all submissions, URLs, and participant details
  • Points can be assigned to each team/participant
  • Results can be declared by admins

⚑ Daily Developer & Aptitude Challenges

  • Students solve MCQs on software dev, logic, and aptitude
  • Instant feedback and scoring

πŸ“Š Leaderboard

  • Rankings based on hackathons + daily challenges + points
  • Tracks student performance and consistency
  • Public leaderboard visible to all users

πŸ” Authentication

  • Google OAuth
  • GitHub OAuth

πŸ–₯ Admin Features

  • Create hackathons and events
  • Approve/reject events for publishing(Only HackSprint Platform Admin)
  • View all submissions per event
  • Assign points to participants or teams
  • Declare final results

πŸ§ͺ Tech Stack

Layer Technology
Frontend React + Vite
Backend Node.js + Express
Database MongoDB + Redis
Automation Kestra
OAuth Google, GitHub
Deployment Vercel

πŸ“ Folder Structure

HackSprint
β”œβ”€β”€ LICENSE
β”œβ”€β”€ backend
β”‚   β”œβ”€β”€ index.js
β”‚   β”œβ”€β”€ allFolders
β”‚   β”œβ”€β”€ package.json
β”‚   └── ...
└── frontend
    └── hack-sprint
        β”œβ”€β”€ public
        β”œβ”€β”€ src
        β”œβ”€β”€ package.json
        └── ...

🌐 Frontend (.env.example)

VITE_API_BASE_URL="http://localhost:3000"
VITE_GOOGLE_CLIENT_ID="your_google_client_id_here"
VITE_GITHUB_CLIENT_ID="your_github_client_id_here"

πŸ–₯ Backend (.env.example)

MONGO_URL="your_mongodb_connection_url"

GOOGLE_CLIENT_ID="your_google_client_id"
GOOGLE_CLIENT_SECRET="your_google_client_secret"

GITHUB_CLIENT_ID="your_github_client_id"
GITHUB_CLIENT_SECRET="your_github_client_secret"

SECRET_KEY="your_jwt_secret_key"
JWT_EXPIRE_TIME="24h"

SMTP_USER="your_smtp_username"
SMTP_PASS="your_smtp_password"
SENDER_EMAIL="your_sender_email_address"

CLOUDINARY_CLOUD_NAME="your_cloud_name"
CLOUDINARY_API_KEY="your_cloudinary_api_key"
CLOUDINARY_API_SECRET="your_cloudinary_api_secret"

EMAIL="your_email"
EMAIL_PASS="your_email_password"

FRONTEND_URL="http://localhost:5173"
PORT=3000

πŸš€ Setup Instructions

1️⃣ Clone the Repository

git clone https://github.com/devlup-labs/HackSprint.git
cd HackSprint

2️⃣ Backend Setup

cd backend
npm install
nodemon index.js

3️⃣ Frontend Setup

cd frontend/hack-sprint
npm install
npm run dev

🐳 Docker Hub Usage

  • Backend Pull the backend image and run it:
docker pull rahul1901/hacksprintserver:latest
docker run -p 3000:3000 rahul1901/hacksprintserver:latest

Access the backend at: http://localhost:3000

  • Frontend Pull the frontend image and run it:
docker pull rahul1901/hacksprint:latest
docker run -p 5173:80 rahul1901/hacksprint:latest

Access the frontend at: http://localhost:5173


πŸ›  Available Scripts

Purpose Command
Run backend nodemon index.js
Run frontend npm run dev

🀝 Contributing

  • Fork the repository
  • Clone your fork
  • Create a branch
git checkout -b feature/my-feature
  • Commit changes
git commit -m "Added new feature"
  • Push branch
git push origin feature/my-feature

🌐 Architecture Diagram

flowchart TD
    subgraph STUDENT
        A[πŸ‘€ Student Login] --> B[🏠 Dashboard]
        B --> C[πŸ›  Participate in Hackathons]
        B --> D[🧠 Daily Quizzes & Challenges]
        B --> E[πŸ† View Leaderboard]
        C --> F[πŸ”— Submit GitHub + Deployment URLs]
    end

    subgraph ADMIN
        X[πŸ‘€ Admin Login] --> Y[πŸ›  Create Hackathons / Events]
        Y --> Z[βœ… Platform Admin Approval]
        Z --> B
        F --> M[πŸ“Š Admin Views Submissions]
        M --> N[πŸ’― Assign Points]
        N --> E
        N --> O[πŸ“’ Declare Results]
    end
Loading

About

HackSprint: The Hub for Real-World Hackathons and Tech Challenges

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11

Languages