Skip to content

A Laravel-based garage management system for handling vehicles, maintenance, and customer data efficiently.

Notifications You must be signed in to change notification settings

Kharbachzoubair/garagiste

Repository files navigation

Garagiste 🚗🛠️

Garagiste is a Laravel-based web application for managing garages, vehicles, and maintenance tasks efficiently.


🚀 Features

  • Vehicle Management: Add, update, and track vehicles.
  • Maintenance Scheduling: Plan and record vehicle maintenance tasks.
  • User-Friendly Interface: Built with TailwindCSS and Laravel for smooth performance.
  • Database Integration: Uses MySQL for robust data handling.

🛠️ Installation

  1. Clone the repository:
    git clone https://github.com/Kharbachzoubair/garagiste.git
  2. Navigate to the project directory:
    cd garagiste
  3. Install dependencies:
    composer install
    npm install
  4. Copy the example environment file and update it:
    cp .env.example .env
  5. Generate the application key:
    php artisan key:generate
  6. Run migrations to set up the database:
    php artisan migrate
  7. Serve the application:
    php artisan serve
    

🙋‍♂️ Author

About

A Laravel-based garage management system for handling vehicles, maintenance, and customer data efficiently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published