Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 731 Bytes

README.md

File metadata and controls

43 lines (36 loc) · 731 Bytes

Vehicle-Rental-System (CS254-Project)

Members:

  • Alan Tony (191CS207)
  • Lakshmi Aashish Prateek Janaswamy (191CS225)
  • Sudarshan Sundarrajan (191CS255)

To-Do LIST (subject to changes)

  • Basic HTML structure and database schema
  • Vehicle Input from Site and Updating Database accordingly
  • User and admin dashboards
  • Edit/Add Model & Units
  • Home Page
  • Model Specific Page
  • Vehicle Catalog Page
  • Bookings

Schema

  • Vehicles:

    • ID
    • Type
    • Model
    • Model_Year
    • License
    • Rate
  • Users

    • User_ID
    • Name
    • Type
    • Email
    • Phone Number
    • Address
  • Bookings

    • Vehicle_ID
    • User_ID
    • Pickup
    • Booking_Date
    • Return_Date
    • Amount