Loading repository data…
Loading repository data…
Mohamed-Galdi / repository
Real Rent Car is a comprehensive open-source car rental platform that streamlines vehicle reservations, fleet management, and customer interactions.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A modern, full-featured car rental management system built with Laravel, Inertia.js, and Vue.js
Real Rent Car is a comprehensive open-source car rental platform that streamlines vehicle reservations, fleet management, and customer interactions. This is a complete rebuild (v2) featuring modern technologies and an improved user experience.
# Clone the repository
git clone git@github.com:Mohamed-Galdi/real-rent-car.git
cd real-rent-car
# Install PHP dependencies
composer install
# Install Node dependencies
npm install
# Create environment file
cp .env.example .env
# Generate application key
php artisan key:generate
# Configure your database in .env file
# DB_DATABASE=your_database_name
# DB_USERNAME=your_username
# DB_PASSWORD=your_password
# Run database migrations
php artisan migrate
# Seed the database (optional)
php artisan db:seed
# Build frontend assets
npm run build
# Start the development server
php artisan serve
Visit http://localhost:8000 to access the application.
# Run frontend in development mode with hot reload
npm run dev
# In a separate terminal, start Laravel server
php artisan serve
main → Laravel 12 + Inertia + Vue 3 + Tailwind (current, actively maintained)old → Laravel 10 + Bootstrap + jQuery (archived, kept for reference)Contributions are welcome! Please follow these steps:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Please ensure your code follows the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.
For questions or support, please reach out through:
Thanks to all contributors and the open-source community for making this project possible.
⭐ Star this repository if you find it helpful!
🌐 Try the Live Demo to see it in action!