- User Authentication: Secure user login and registration system.
- Dynamic Content: Content management using a MySQL database.
- Admin Panel: Admin interface for managing users and content.
- CRUD Operations: Full Create, Read, Update, and Delete functionality.
- XAMPP (Download from Apache Friends)
- Web browser (e.g., Chrome, Firefox)
- Text editor (e.g., VSCode, Sublime Text)
- PHP
- MySQL
- HTML
- CSS
- JavaScript
- Tailwind CSS
- Flowbite
-
Install
XAMPP Application
-
Install
PHP Server
in VScode Extensions -
Clone the repository:
git clone https://github.com/2pa4ul2/Astoris-Car-Dealership.git
-
Place the cloned repository in
htdocs
file of theXAMPP Application
folder -
Run
Apache
andMySQL
in XAMPP Application -
Open
localhost/phpmyadmin
andlocalhost/Astoris-Car-Dealership
-
In localhost/phpmyadmin create a database named
carlink
with the ff. tablesupplier
- supplier_name, contact_person, contact_number
category
- category_id, category_name
product
- product_id, product_name, supplier_id, category_id
admn
- admin_id, first_name, last_name, username, password, created
customer
- customer_id, first_name, last_name, username, password, created
manager
- manager_id, first_name, last_name, username, password, created
order
- order_id, product_id, product_name, price, quantity, total, order_date
-
Database Management
: Created and managed tables, ran SQL queries, and established relationships using PHP and phpMyAdmin.PHP Integration
: Developed dynamic web pages by integrating PHP with HTML/CSS.Data Visualization
: Integrated and customized ChartJS for dynamic data visualization.Tailwind CSS
: Designed responsive web interfaces quickly using Tailwind CSS.Flowbite
: Used Flowbite for pre-designed UI components like tables, modals, and forms.CRUD Operations
: Implemented complete CRUD functionality with PHP and MySQL.
- These experiences helped me build a solid foundation in web development, database management, and UI design.
-
For questions, suggestions, or feedback, please contact:
- Email: pauladrian0224@gmail.com
- GitHub: 2pa4ul2