Giter VIP home page Giter VIP logo

car_rental's Introduction

Car Rental Website Project

This is a project for a car rental website. It is a project for the College Mini Project.

Table of Contents

Introduction

  • This is a car rental website project.
  • The purpose of this project is to create a car rental website.
  • The website will have a login page, a car listing page, a car reservation page, and a car return page.
  • The login page will have a username and password input field.
  • The car listing page will have a search bar and a car listing table.
  • The car reservation page will have a car reservation table.

Requirements

  • XAMPP is required to run the project.
  • The project will be hosted on a localhost server.

Installation

  • Install XAMPP.
  • Open XAMPP and click on the Start button.
  • Clone the project to the root of the XAMPP server.
  • Open the project in XAMPP.
  • Import SQL file from database folder to the XAMPP server.
  • Open Browser and navigate to localhost:8080.
  • Hurray! The project is now running.

Database

  • The database is stored in a folder called database.
  • The database is named as carproject.sql.
  • The database is stored in the root of the XAMPP server.
  • The database is imported to the XAMPP server.
  • Database used is MySQL.
  • Database Connection page is named connection.php.

Table

  • The table is named as car.
  • The table has the following columns:
    • car_id: INTEGER PRIMARY KEY AUTO_INCREMENT
    • car_make: VARCHAR(255)
    • car_model: VARCHAR(255)
    • car_year: INTEGER
    • car_color: VARCHAR(255)
    • car_price: INTEGER
    • car_available: BOOLEAN
    • car_image: VARCHAR(255)
    • car_description: VARCHAR(255)

Car Listing Page

  • The car listing page will have a search bar and a car listing table.
  • The search bar will have a search button.
  • The search button will search for the car based on the search bar input.
  • The car shown only on the car listing page will be the car that is available.

User Story

  • As a user, I want to be able to search for a car.
  • As a user, I want to be able to see the car that is available.
  • As a user, I want to be able to reserve a car.
  • As a user, I want to be able to return a car.
  • As a user, I want to be able to see the car that I have reserved.
  • As a user, I want to provide feedback to the car rental website.
  • As a user, I should be able to make payment for the car rental.

Admin Page

  • The admin page will have a car listing table.
  • It has a button to add a new car.
  • The button will open a new page where the admin can add a new car.
  • The admin can add a new car by filling in the form.
  • The admin can also delete a car by clicking the delete button.
  • Admin can view user reservation by clicking the view button.
  • Admin can view user return by clicking the view button.
  • Admin can accept or reject a reservation by clicking the accept or reject button.
  • Admin can return a car by clicking the return button.
  • Admin can delete a reservation by clicking the delete button.
  • Admin can view feedback by clicking the view button.

Demo

Authors

Show your support

Give a ⭐️ if this project helped you!


car_rental's People

Contributors

arnavsingha avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.