Loading repository data…
Loading repository data…
GokulVSD / repository
A comprehensive theatre management and ticket booking system built with Flask for Python and MySQL, presented via a web based UI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
# MySQL server must have an account with username ‘root’ and password ‘root123’
# (changeable within the runQuery function in app.py)
# This account needs read/write access to all tables in the db_theatre database (or root privileges)
# Initialise MySQL:
source /path/to/CineManagerDB/initialise.sql
# Use pip to install mysql-connector and flask, use python 3.6 to run app.py
# Visit the website by vising http://localhost:5000
Login as "manager" (password "manager"), to add new movies, schedule shows, alter ticket prices, and view bookings.
Login as "cashier (password "cashier"), to book seats for scheduled shows.
Usernames and passwords can be changed in app.py
Please do not plagiarise.