# Patna-Car-Rental Online Car Rental Management System This is a Web based Application developed using PHP as a Host Language. Database for the Application is in "Database" folder. It can be imported to your localhost(phpMyAdmin) or any other servers. Also configure the "connection.php" to set up the necessary connections with the database. ### Screenshots: > - Landing Page <img src="/Screenshots/index.jpg" width="800" height="450" alt="landing_page"/> > - Available Cars <img src="/Screenshots/available_cars.png" width="800" height="450" alt="available_cars"/> > - Add Cars <img src="/Screenshots/add_car.png" width="800" height="700" alt="add_car"/> > - Booking Confirmation <img src="/Screenshots/booking_confirmation.png" width="800" height="800" alt="booking_confirm"/> > - Return Car <img src="/Screenshots/return_car.png" width="800" height="450" alt="return_car"/> > - Booking Summary <img src="/Screenshots/bookings.png" width="800" height="450" alt="booking_summary"/>