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.
- 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
- View all Club
- Join the Club
- Leave the Club
- Edit his own Profile
- Can see all recent Events & Accept and Reject those Event also
- Start your Wamp Server.
- Your Project should be in the Wamp64/www directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin.
- Create a new database naming
club
. - Import the provided SQL file. The file is known as DATABASE club.sql located inside the source code root folder.
- Browse the University's Club Management System in a browser. i.e.
http://localhost/Club-Management-System-using-PHP/index.php.