Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1003 Bytes

File metadata and controls

30 lines (19 loc) · 1003 Bytes

User Registration & Login and User Management System With Admin Panel Project

Author: normalhuman01

Instructions for Running the Project

  1. Download the project as a repo file.

  2. Extract the repo file and copy the "loginsystem" folder.

  3. Paste the "loginsystem" folder inside your web server's root directory:

    • For XAMPP: xampp/htdocs
    • For WAMP: wamp/www
    • For LAMP: var/www/html
  4. Open PHPMyAdmin (http://localhost/phpmyadmin).

  5. Create a new database with the name "loginsystem".

  6. Import the "loginsystem.sql" file, which can be found inside the repo package in the "SQL file" folder.

  7. Run the project by visiting http://localhost/loginsystem (frontend).

  8. Access the admin panel by visiting http://localhost/loginsystem/admin with the following credentials:

    • Username: admin
    • Password: Test@12345
  9. Access the user panel by visiting http://localhost/loginsystem with the following credentials: