Skip to content

LOCAVO - A tall stack car rental management system built with React, Laravel, and MySQL. Features user authentication, car management, rental processing, and admin dashboard. Implements multi-layer architecture with frontend, backend, database, and service layers for scalable and maintainable codebase.

Notifications You must be signed in to change notification settings

Codeus0624/LOCAVO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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

LOCAVO - A tall stack car rental management system built with React, Laravel, and MySQL. Features user authentication, car management, rental processing, and admin dashboard. Implements multi-layer architecture with frontend, backend, database, and service layers for scalable and maintainable codebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published