Garagiste is a Laravel-based web application for managing garages, vehicles, and maintenance tasks efficiently.
- 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.
- Clone the repository:
git clone https://github.com/Kharbachzoubair/garagiste.git
- Navigate to the project directory:
cd garagiste
- Install dependencies:
composer install npm install
- Copy the example environment file and update it:
cp .env.example .env
- Generate the application key:
php artisan key:generate
- Run migrations to set up the database:
php artisan migrate
- Serve the application:
php artisan serve
- Kharbach Zoubair
- GitHub: Kharbachzoubair