Cyber Cafe Management System  Project (CCMS) used to manage the users to use the computers. you may like Tourism Management System

Language Used: PHP

Database: MySQL

User Interface Design       :  HTML, AJAX,JQUERY,JAVASCRIPT

Web Browser: Mozilla, Google Chrome, IE8, OPERA

Software :  XAMPP / Wamp / Mamp/ Lamp (anyone)

One Module in the Cyber Café Management System (Admin).

  1. Dashboard: Admin can briefly view the total number of computers and the total number of users come in the cyber cafe.
  2. Computer: In this section, Admin can manage the computers(add/update).
  3. Users: In this section, admin can add new users, update out-time, price and remarks, and view details of old users.
  4. Search: Search users on the basis of entry id.
  5. Report: View number of users comes in cyber café in particular periods.
  6. Profile: In this section, the admin can update his/her profile.
  7. Change Password: Admin can change his/her passwords
  8. Logout: Using this Link Admin can logout.

How to run the Cyber Cafe Management System (CCMS)

1. Download the zip file

2. Extract the file and copy ccms folder

3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www)

4. Open PHPMyAdmin (http://localhost/phpmyadmin)

5. Create a database with name ccmsdb

6. Import ccmsdb.sql file(given inside the zip package)

7.Run the script http://localhost/ccms(frontend)

Credential for admin panel :

Username: admin
Password: Test@123

Download the Source Code