Car-Rental-Website icon indicating copy to clipboard operation
Car-Rental-Website copied to clipboard

🚗 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...

Home page


Login page


SignUp page


Cars page Cars page Cars page Cars page Cars page Cars page Cars page

Running LOCAVO

Follow these steps to set up and run LOCAVO on your local machine:

1. Import the Database

1- In PHPMyAdmin, create a new database.

2- Import the SQL file from the Database folder into the newly created database.

2. Start Frontend

1- Open a terminal.

2- Navigate to the Frontend folder of the project.

3- Run the following commands:

npm install
npm start

4- Open your web browser and go to http://localhost:3000 to view the frontend.

3. Start Backend

1- Open another terminal.

2- Navigate to the Backend folder of the project.

3- Install backend dependencies:

composer install

4- Start the backend server:

php artisan serve