Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.25 KB

ClubHubU

Overview

The University Club Management System is a comprehensive platform designed to simplify and enhance the management of clubs and organizations within a university setting. Whether you're a student, faculty member, or administrator, this system aims to streamline club activities, foster communication, and create a vibrant and engaged community.

Features

Admin

  • Admin can add Club , Create Club , Remove Club
  • Can add Events , Create Events , Remove Events
  • View Club details and Events Details
  • Admin can approve the Club's Events
  • Admin can approve the members

Member (Student)

  • View all Club
  • Join the Club
  • Leave the Club
  • Edit his own Profile
  • Can see all recent Events & Accept and Reject those Event also

GET STARTED

  1. Start your Wamp Server.
  2. Your Project should be in the Wamp64/www directory.
  3. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin.
  4. Create a new database naming club.
  5. Import the provided SQL file. The file is known as DATABASE club.sql located inside the source code root folder.
  6. Browse the University's Club Management System in a browser. i.e.
    http://localhost/Club-Management-System-using-PHP/index.php.