"Infohub" is a basic web application designed to manage customer data. It includes a login system with different user roles: admin customer1 and customer2. Users can log in with their respective IDs and passwords. Upon successful login customer1 and customer2 can input their details via a form which is validated both on the client and server sides before being stored in the MySQL database. Admin users have access to view all customer data stored in the database.
http://infohubplus.infinityfreeapp.com/
Here're some of the project's best features:
- Login Form
- Role-Based Views
- Data Insights
- Data Validation Rules
- Password Security
Technologies used in the project:
- Html
- Css
- Bootstrap
- Php
- Mysql
Login Credentials:
Admin
- user: admin
- Pass: admin
Customer1
- user: customer1
- pass: customer1
Customer2
- user: customer2
- pass: customer2