https://github.com/hptrk/uni-ikarrental-php
(UNIVERSITY) A PHP-based car rental system with user and admin functionalities. Users can browse, filter, and book cars, while admins manage fleet and reservations. Features secure authentication, JSON-based data storage, and a responsive Bootstrap UI.
https://github.com/hptrk/uni-ikarrental-php
bootstrap json php university-project
Last synced: 2 months ago
JSON representation
(UNIVERSITY) A PHP-based car rental system with user and admin functionalities. Users can browse, filter, and book cars, while admins manage fleet and reservations. Features secure authentication, JSON-based data storage, and a responsive Bootstrap UI.
- Host: GitHub
- URL: https://github.com/hptrk/uni-ikarrental-php
- Owner: hptrk
- Created: 2025-02-07T22:03:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T22:14:12.000Z (over 1 year ago)
- Last Synced: 2025-04-05T19:35:59.517Z (about 1 year ago)
- Topics: bootstrap, json, php, university-project
- Language: PHP
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚗 iKarRental - Car Rental Management System
A PHP-based car rental management system developed as a **university assignment**. The system features both user and administrative functionalities, allowing customers to rent cars and administrators to manage the fleet.
## 🚀 Features
### User Features
- **Browse Cars**: View available cars with detailed information and photos.
- **Advanced Filtering**: Filter cars by transmission type, passenger capacity, price range, and availability.
- **Car Booking**: Reserve cars for specific date ranges with calendar integration.
- **User Dashboard**: Track and manage personal bookings.
- **User Authentication**: Secure registration and login system.
### Admin Features
- **Fleet Management**: Add, edit, and remove cars from the system.
- **Booking Administration**: View and manage all customer bookings.
- **Image Handling**: Upload and manage car images.
- **Vehicle Details**: Maintain comprehensive vehicle information including:
- Brand and model
- Year of manufacture
- Transmission type
- Fuel type
- Passenger capacity
- Daily rental price
## 💻 Technologies
- PHP
- JSON (for data storage)
- Bootstrap 5
- JavaScript
- FullCalendar.js
- Font Awesome
## 📸 Screenshots


## 🔑 Admin Access
Default admin credentials:
- **Email**: admin@ikarrental.hu
- **Password**: admin
## 📋 Project Details
- **University**: ELTE
- **Year**: 2024
---
⭐ This was a university project and is not actively maintained.