Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 1.7 KB

README.md

File metadata and controls

87 lines (49 loc) · 1.7 KB

Club Manager - A Social Club/Group Organizer with Blogging Platform.

Admin login -
  • username - admin
  • password - 12345
Member login -
  • username - member
  • password - member

📌 Features

  • Dashboard
  • Blogging Platform
  • Notice and Announcements
  • Member Management (Admin only)
  • Schedule Builder

📌 Resources Used while Making

  • PHP
  • Bootstrap
  • JavaScript
  • Summernote Editor

📌 Installation

Club Manager requires PHP 5.6+

Export Club-Manager-DB.sql file in your database.

Add Your Database Details in dbconfig.php file.

	$hostname = 'localhost'; 	// Host Name
	
	$user = 'root'; // username of host
	
	$password = ''; // password of host
	
	$dbname = ''; 	//database name

📌 Quick View

📌 Login

alt text

📌 Home

alt text

📌 Blog

alt text

📌 New Blog Post

alt text

📌 Attendance

alt text

📌 Notice

alt text

📌 Version

v1.0

  • released on 10-9-2016

📌 License

MIT

Free Software, Hell Yeah!

( readme updated on 08-06-2017 )