Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antaridj1/rentcar-website
A car rental website built using Laravel 10 with minimalism and responsive user interface. Included admin dashboard
https://github.com/antaridj1/rentcar-website
bootstrap jquery laravel laravel10 php rentcar website
Last synced: about 1 month ago
JSON representation
A car rental website built using Laravel 10 with minimalism and responsive user interface. Included admin dashboard
- Host: GitHub
- URL: https://github.com/antaridj1/rentcar-website
- Owner: antaridj1
- Created: 2024-04-22T12:19:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T03:48:29.000Z (2 months ago)
- Last Synced: 2024-09-10T06:44:11.386Z (2 months ago)
- Topics: bootstrap, jquery, laravel, laravel10, php, rentcar, website
- Language: Blade
- Homepage: https://www.balibagusrentcar.com
- Size: 31.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Bali Bagus Rentcar Website
**Bali Bagus Rentcar Website** is a streamlined web application built with Laravel 10, designed to support car rental services with a focus on simplicity and ease of use. The application provides a user-friendly landing page and detailed car listings for potential customers, while also offering an administrative interface for managing the car inventory.
### Key Features
- **Car Listings:** View detailed information on available cars including make, model, price, and availability.
- **Booking System:** Easy-to-use booking systems redirected to Whatsapp.
- **Admin Dashboard:** Manage the cars with a comprehensive dashboard.
- **Responsive Design:** Optimized for both desktop and mobile devices.## Getting Started
### Requirements
- **PHP** >= 8.0
- **Composer**
- **MySQL** database
- **Web Server:** Apache, Nginx, or similar### Installation
1. **Clone Repository**
```bash
git clone https://github.com/your-username/rentcar-website.git
cd rentcar-website
composer install
```
2. **Create Environtment**
```bash
cp .env.example .env
```
3. **Generate Key in .env**
```bash
php artisan key:generate
```
4. **Create Database**
Create a database named "rentcar"5. **Run The Migrations**
```bash
php artisan migrate --seed
```
6. **Run The Web**
```bash
php artisan server
```
Visit http://127.0.0.1:8000 to access the application.