Car-Rental-Website
π Car rental project is a website that provides users with the ability to rent a car for a specific period of time. The website allows users to browse a variety of vehicles, compare prices and choose the car they want, and select the rental dates.
File Explorer
Download Latest Version (.zip)- Kernel.php
- Handler.php
- CarController.php
- Controller.php
- RentController.php
- UserController.php
- Authenticate.php
- EncryptCookies.php
- PreventRequestsDuringMaintenance.php
- RedirectIfAuthenticated.php
- TrimStrings.php
- TrustHosts.php
- TrustProxies.php
- ValidateSignature.php
- VerifyCsrfToken.php
- Kernel.php
- Car.php
- Rent.php
- User.php
- AppServiceProvider.php
- AuthServiceProvider.php
- BroadcastServiceProvider.php
- EventServiceProvider.php
- RouteServiceProvider.php
- .gitignore
- app.php
- app.php
- auth.php
- broadcasting.php
- cache.php
- cors.php
- database.php
- filesystems.php
- hashing.php
- logging.php
- mail.php
- queue.php
- sanctum.php
- services.php
- session.php
- view.php
- UserFactory.php
- 2014_10_12_000000_create_users_table.php
- 2014_10_12_100000_create_password_resets_table.php
- 2019_08_19_000000_create_failed_jobs_table.php
- 2019_12_14_000001_create_personal_access_tokens_table.php
- 2023_02_06_172423_create_cars_table.php
- 2023_02_06_172523_create_rentals_table.php
- DatabaseSeeder.php
- .gitignore
- auth.php
- pagination.php
- passwords.php
- validation.php
- .htaccess
- favicon.ico
- index.php
- robots.txt
- app.css
- app.js
- bootstrap.js
- welcome.blade.php
- api.php
- channels.php
- console.php
- web.php
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- ExampleTest.php
- ExampleTest.php
- CreatesApplication.php
- TestCase.php
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- artisan
- composer.json
- composer.lock
- package.json
- phpunit.xml
- README.md
- vite.config.js
- car_rental.sql
- settings.json
- _border-radius.css
- _resize.css
- _screen-reader.css
- _transition.css
- _visibility.css
- _stretched-link.css
- _media.css
- bootstrap.min.css
- style.css
- cars_page.png
- dashboard_cars.png
- dashboard_rents.png
- dashboard_users.png
- ford.webp
- ford2.webp
- home.png
- home_page.png
- login_page.png
- profile_page.png
- rent_page.png
- signup_page.png
- bootstrap.min.js
- jquery.min.js
- main.js
- popper.js
- appstore.png
- back1.webp
- back2.webp
- back3.webp
- back4.webp
- back5.webp
- back6.webp
- front1.webp
- front2.webp
- front3.webp
- front4.webp
- front5.webp
- front6.webp
- playstore.png
- image.jpeg
- index.html
- manifest.json
- robots.txt
- create-drawer.js
- edit-drawer.js
- nav-item.js
- sidebar-content.js
- card.js
- form-button.js
- form-input.js
- login-form.js
- signup-form.js
- sub-card.js
- client-speak.js
- featured-vehicles.js
- home-page-button.js
- home-page-image.js
- home-page-text.js
- home-sidebar-content.js
- why-choose-us.js
- avatar-menu.js
- login-buttons.js
- Navbar.js
- NavbarLinks.js
- car-card.js
- loading-spinner.js
- profile-drawer.js
- footer.js
- paragraph.js
- search.js
- toast-alert.js
- Cairo-Regular.ttf
- fonts.css
- Parisienne-Regular.ttf
- Poppins-Black.ttf
- Poppins-BlackItalic.ttf
- Poppins-Bold.ttf
- Poppins-Medium.ttf
- Poppins-MediumItalic.ttf
- Poppins-Regular.ttf
- Poppins-SemiBold.ttf
- Roboto-Black.ttf
- Roboto-Bold.ttf
- Roboto-Light.ttf
- Roboto-Medium.ttf
- Roboto-Regular.ttf
- en.json
- fr.json
- BookCarsPage.js
- DashboardPage.js
- HomePage.js
- LoginPage.js
- Page404.js
- ProfilePage.js
- RentPage.js
- SignUpPage.js
- App.js
- App.test.js
- AuthContext.js
- i18n.js
- index.js
- reportWebVitals.js
- SearchContext.js
- setupTests.js
- useAuthentication.js
- .gitignore
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Abdellatif404/Car-Rental-Website
Downloads the entire project code from GitHub to your computer.
cd Car-Rental-Website
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
