Bus Reservations Using HTML Css and Js
Bus Reservations Using HTML Css and Js
Submitted by :
Himanshu Singh (2300970130060)
Kuldeep Gond (2300970130072)
Submitted to:
Dr. Javed Miya
Department of Information Technology
Bookings Table
• Booking id (Primary Key) - Unique identifier for each booking
• User id (Foreign Key) - Refers to the Users table
• Schedule id (Foreign Key) - Refers to the Schedules table
• Seat number - Seat number reserved
• Booking date - Date the booking was made
• status - Booking status (e.g., confirmed, cancelled)
Payments Table
• Payment id (Primary Key) - Unique identifier for each payment
• Booking id (Foreign Key) - Refers to the Bookings table
• Payment date - Date of payment
• amount - Payment amount
• status - Payment status (e.g., successful, failed)
Seats Table
• Seat id (Primary Key) - Unique identifier for each seat in a bus
• Bus id (Foreign Key) - Refers to the Buses table
• Seat number - Seat number in the bus
• status - Seat status (e.g., available, booked)
IMPLEMENTATION
• LANGUAGE USED :-
• HTML
• CSS
• JAVASCRIPT