Skip to content

ryanshaon/CampusConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CampusConnect

CampusConnect is a campus event discovery and registration platform for students, clubs, and organizers. It helps students find events, workshops, fests, and communities in one place while giving organizers a simple way to manage participation.

Overview

CampusConnect works like a campus-focused event platform. Students can browse upcoming events, join clubs, view event details, register for paid or free events, and participate in club chats. Organizers can publish events and clubs, manage signups, and improve student engagement across campus.

Features

  • Event discovery and filtering
  • Event detail pages
  • Event registration flow
  • Payment screenshot upload support for paid events
  • Club discovery and membership flow
  • Real-time club chat using Socket.IO
  • User authentication with JWT
  • MongoDB-backed event, club, member, and user models
  • Responsive React frontend
  • Express REST API backend

Tech Stack

Frontend

  • React
  • Vite
  • Tailwind CSS
  • React Router
  • Socket.IO Client

Backend

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • JWT Authentication
  • Socket.IO
  • Multer

Project Structure

CampusConnect/
├── backend/       # Express API, MongoDB models, routes, auth, uploads
├── frontend/      # React + Vite frontend
├── package.json   # Root helper scripts
├── .gitignore
└── README.md

Getting Started

1. Clone the repository

git clone https://github.com/ryanshaon/CampusConnect.git
cd CampusConnect

2. Install dependencies

npm run install:all

3. Configure environment variables

cp backend/.env.example backend/.env
cp frontend/.env.example frontend/.env

Update the values in both .env files. Do not commit real secrets or database credentials.

4. Run locally

Open two terminals:

npm run dev:backend
npm run dev:frontend

Default local URLs:

Frontend: http://localhost:5173
Backend:  http://localhost:8000

Status

Active full-stack student project. Cleaned and structured for portfolio review, future deployment, and continued development.

Future Improvements

  • Add organizer dashboard
  • Add admin verification for event registrations
  • Add better role-based access control
  • Add deployment guide
  • Add automated tests
  • Improve event recommendation logic

About

Campus event discovery and registration platform that helps students find clubs, fests, and workshops while giving organizers tools to manage signups.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages