AdminPanel
This is a project made in Windows 8.1 by using Xampp You can visit the live site on this link.
Steps to run this project.
Step 1: Create a database in MySQL by executing following command:
CREATE DATABASE user;
Step 2: Use following command to restore the .sql
file to database:
mysql -u root -p user < /var/www/html/AdminPanel/database/userdata.sql
Note: I have copied my website to /var/www/html/ and running on Apache
Step 3: Now open the web browser and go to the respective url of your server
Check my website on the below link.
http://ec2-18-217-73-228.us-east-2.compute.amazonaws.com/AdminPanel/login.php
The default password is facebook
.
Don't forget to fork or follow.