PHP Motors is a project developed using PHP, CSS, and JavaScript to manage an automotive website. This application features different modules for managing accounts, vehicles, reviews, and more. The project is based on a Model View Controller
architecture and adheres to clean code principles
- Clone the repository:
git clone https://github.com/buchii1/phpmotors.git
- Navigate to the project directory:
cd phpmotors
- Set up the database:
- Import the SQL scripts located in the
sql
directory to your MySQL server.
- Import the SQL scripts located in the
- Configure the application:
- Update the database configuration in
library/connections.php
.
- Update the database configuration in
To start the application, simply navigate to the project directory and serve the application using a local server or an application like XAMPP.
php -S localhost:8000
Open your browser and navigate to http://localhost:8000
to access the application.
- Account Management: Create and manage user accounts.
- Vehicle Category: Add, update, and delete vehicle classification/category.
- Vehicle Management: Add, update, and delete vehicle information.
- Reviews: Add, view, and manage reviews for vehicles.
- Responsive Design: User-friendly interface optimized for various devices.
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
For any inquiries, please contact:
- Name: Buchii
- Email: okonkwogodspower@yahoo.com