This is a car rental project developed for the graduation Project. It is built using the Laravel framework and provides a web application for managing car rental operations.


Clone the repository: https://github.com/Mohamed-Galdi/RealRentCar
Navigate to the project directory: cd RealRentCar
Install the dependencies using Composer: composer install
Create a copy of the .env.example file and rename it to .env. Configure the database settings in the .env file.
Run the database migrations: php artisan migrate
Seed database cars table: php artisan db:seed --class=CarSeeder
Seed the database users table with a Demo admin: php artisan db:seed --class=adminDemo (login as admin at '/admin')
npm install && npm run dev
Create the symbolic link: php artisan storage:link
Start the development server: php artisan serve
Visit http://localhost:8000 in your browser to access the application.
http://localhost:8000/admin and using their credentials.We welcome contributions to enhance the project! If you find any issues or have suggestions, please open an issue or submit a pull request.