The Wayback Machine - https://web.archive.org/web/20200908122025/https://github.com/achilleslinux/AdminPanel/
Skip to content
master
Go to file
Code

README.md

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.

About

This is Admin Panel Project made purely in HTML, CSS, JS, PHP

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.