Skip to content

An online ticket booking system for users to purchase event tickets

Notifications You must be signed in to change notification settings

rudycav/Ticket-Booking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ticket Booking System

  • An online ticket booking system where users can signup and login/ logout of their account and purchase event tickets.

  • Users are able to view tickets available for purchase and store their tickets in a cart, remove or update quantities in their cart settings, search for events based on name, location, price, seating, and time and view their tickets after purchasing.

  • User data such as purchase and contact information are store inside a database avaialable for retrieval.

  • Database admins can view check the status of current users and other admins in the database.

Database

  • The Database contains 5 tables: billing, orders, ordersdetail, product, and users

Billing Table

  • The billing table records customer's name, email, adress, city, state, zip, and credit card information

Orders Table

  • The orders table records customer's purchase dates and email adress

Orders Detail Table

  • This table records order and product ID, price, quantity, and email

Products Table

  • This table contains the event tickets that are on sale. The columns are: image, event name, price, seating, date, location, and time

Users Table

  • This table records both customer and admin account information: username, password, email, ID, and user type

Admin Login Page

Register Page

Login Page

Home Page

Events Page

Cart Page

Confirmation Page

Contact Page

About

An online ticket booking system for users to purchase event tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published