Club Event Handler is "Content Management System" in which we can handle every event or recruitment in different clubs of a college or school.
Club Members (Authorised) can "Post" any information or circular regarding any event with respect to their clubs.
College or School students can "Download" circular file and can get the details form the clubs they are interested in and can apply for the same directly from the page and participate in it.
In this project students also have ability to apply for "Club Positions" like President, Vice President, Secretary, Joint Secretary, Treasurer.
Club Event Handler Project also provides a "Admin Panel" strictly for Faculty Members and Club Members of Clubs.
- ⚡ Super Admin - Can handle every clubs with global mail box.
- 🔐 Club Admin - Can manage their respected club with club mail box.
- 🎯 Club Member - Can only post, update or delete events and can see application, enrollments in read-only mode.
-
Download and Install XAMPP.
-
After Installation, Open XAMPP Control panal and start
Apache Server
andMySql Server
. -
Clone project from github OR Download it!
git clone https://github.com/vaibhava17/clubs-event-handler.git
-
Clone it or extract zip file in to C:\xampp\htdocs\
-
Open http://localhost/phpmyadmin in the browser.
-
Create new database with name
ssvgi_ceh
. -
After creating database, click on import.
-
Browse the file
ssvgi_ceh.sql
in project directorydbs/ssvgi_ceh.sql
. -
Open browser and type in URL http://localhost/clubs-event-handler/.
-
You're in the user-end. 🎉
-
Edit URL in browser and type "/admin" in end or go to Link.
-
Login with default ID:
admin
& Password:admin
-
You're inside the Admin Panel. 🤖
For major changes or bug fixes, Fork the repo and create new Branch `origin/branch-name`.
After testing and running of your improvements, issue a Merge Request.
Approved MR will be Accepted.
Read LICENSE