Author: normalhuman01
-
Download the project as a repo file.
-
Extract the repo file and copy the "loginsystem" folder.
-
Paste the "loginsystem" folder inside your web server's root directory:
- For XAMPP: xampp/htdocs
- For WAMP: wamp/www
- For LAMP: var/www/html
-
Open PHPMyAdmin (http://localhost/phpmyadmin).
-
Create a new database with the name "loginsystem".
-
Import the "loginsystem.sql" file, which can be found inside the repo package in the "SQL file" folder.
-
Run the project by visiting http://localhost/loginsystem (frontend).
-
Access the admin panel by visiting http://localhost/loginsystem/admin with the following credentials:
- Username: admin
- Password: Test@12345
-
Access the user panel by visiting http://localhost/loginsystem with the following credentials:
- Username: [email protected]
- Password: Test@12345