Skip to content

buchii1/phpmotors

Repository files navigation

PHP Motors

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

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/buchii1/phpmotors.git
  2. Navigate to the project directory:
    cd phpmotors
  3. Set up the database:
    • Import the SQL scripts located in the sql directory to your MySQL server.
  4. Configure the application:
    • Update the database configuration in library/connections.php.

Usage

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.

Features

  • 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.

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

Contact

For any inquiries, please contact:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published