Skip to content

kaung-zaw-hein/car_rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Car Rental Website

image

On this project, users may look at cars, rent them, look at their rental records, and carry out CRUD operations on listings. The front end uses Vue.js, and the API in the back end uses Laravel.

Technologies Used

  • Frontend: Vue.js
  • Backend: Laravel
  • Database: mysql

API Documentation

How to Run Locally

To run the Car Rental Website project locally, follow these steps:

  1. Clone the repository:
  2. Navigate to the project directory: cd car-rental-website
  3. Install frontend dependencies: npm install
  4. Start the frontend server: npm run dev
  5. Access the application: Open your web browser and go to http://localhost:5173 (or the appropriate URL if the port is different) to view the application.
  6. Install backend dependencies: composer install or composer install --ignore-platform-reqs
  7. Ensure MySQL is enabled: If XAMPP is not installed, download and install it. Then, ensure that MySQL is enabled in the XAMPP control panel.
  8. Migrate the database: In the backend terminal, run the command: php artisan migrate:fresh --seed
  9. Start the backend server: php artisan serve
  10. Access the API: Open your web browser and go to http://localhost:8000/api (or the appropriate URL if the port is different) to access the API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published