An open API service indexing awesome lists of open source software.

https://github.com/normalhuman01/user-management-system

a simple app using registration and login with php and mysql
https://github.com/normalhuman01/user-management-system

lamp laravel mysql php wamp xampp

Last synced: 9 months ago
JSON representation

a simple app using registration and login with php and mysql

Awesome Lists containing this project

README

          

# 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:
- Username: johndoe12@gmail.com
- Password: Test@12345