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
- Host: GitHub
- URL: https://github.com/normalhuman01/user-management-system
- Owner: normalhuman01
- License: mit
- Created: 2024-01-03T01:35:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T01:45:32.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T12:45:26.080Z (11 months ago)
- Topics: lamp, laravel, mysql, php, wamp, xampp
- Language: CSS
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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