Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Patzi275/cardex

Repository files navigation

Car Rental Platform

Cardex is a comprehensive car rental platform designed to simplify the process of renting cars. This repository contains the code for the website and administration panel built using Laravel and Bootstrap respectively.

Screenshots

Cardex1 Cardex2 Cardex3

Features

User-Facing Website

  • User registration and authentication.
  • Browse and search available cars.
  • Filter cars by location, date, and other specifications.
  • Make online reservations and manage bookings.
  • View rental history and invoices.

Administration Panel

  • Secure login for administrators.
  • Manage car listings, including creation, editing, and deletion.
  • Track and manage car availability and reservations.

Getting Started

To set up and run Cardex on your local machine, follow these steps:

  1. Clone this repository to your local machine.
  2. Configure your development environment (e.g., PHP, MySQL).
  3. Create a new MySQL database for Cardex.
  4. Copy the .env.example file and rename it to .env. Update the necessary configuration variables, including the database credentials.
  5. Install the project dependencies by running composer install.
  6. Generate an application key by running php artisan key:generate.
  7. Run the database migrations using php artisan migrate.
  8. Start the development server using php artisan serve.
  9. Access the Cardex website and administration panel by visiting http://localhost:8000 and http://localhost:8000/admin respectively.

License

Cardex is released under the MIT License. You are free to use, modify, and distribute this project for personal or commercial purposes.

Acknowledgments

We would like to extend our gratitude to the Laravel and Bootstrap communities for their fantastic frameworks that made developing Cardex a delightful experience.

About

Cardex is a modern car rental platform built using Laravel. The administration panel built with Bootstrap for managing the rental operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published