Skip to content

zoro9519/Car-Rental-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published